Skip to content

Commit

Permalink
Bump the minimum Emacs version to 26.3! πŸŽ‰πŸ€ž
Browse files Browse the repository at this point in the history
All the code working around issues in Emacs 24 and Emacs 25 has been
removed at this point! (or at least, as much of it as I could find)

I've tested against Emacs 28 and it's working fine. I need many more
automated tests to ensure that behaviour does not break across
multiple Emacs versions / operating systems, but that is a topic for
another day.

Closes: #26
  • Loading branch information
vedang committed Oct 13, 2022
1 parent 437499b commit 926be72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/pdf-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Keywords: files, multimedia
;; Package: pdf-tools
;; Version: 1.0.0snapshot
;; Package-Requires: ((emacs "24.3") (nadvice "0.3") (tablist "1.0") (let-alist "1.0.4"))
;; Package-Requires: ((emacs "26.3") (tablist "1.0") (let-alist "1.0.4"))

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 926be72

Please sign in to comment.