Skip to content

Commit

Permalink
fix(pdf): mapconcat needs 3 args for emacs <29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
45mg committed Mar 19, 2024
1 parent 6db132d commit 8d8e85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modes/pdf/evil-collection-pdf.el
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Consider COUNT."
(pdf-view-deactivate-region)
(evil-set-register
(or reg ?\")
(mapconcat #'identity txt))))
(mapconcat #'identity txt nil))))

;;;###autoload
(defun evil-collection-pdf-setup ()
Expand Down

0 comments on commit 8d8e85a

Please sign in to comment.