Skip to content

Commit

Permalink
Remove kludge for Emacs 25
Browse files Browse the repository at this point in the history
We don't even support Emacs 26 anymore.
  • Loading branch information
tarsius committed Jul 22, 2024
1 parent 29f02d3 commit a403ee1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions borg.el
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@
(declare-function org-texinfo-export-to-texinfo "ox-texinfo"
(&optional async subtreep visible-only body-only ext-plist))

(when (< emacs-major-version 26)
(defun register-definition-prefixes (_file _prefixes)))

(when (eval '(< emacs-major-version 28) t)
(defalias 'native-comp-available-p #'ignore)
(defvar byte+native-compile)
Expand Down

0 comments on commit a403ee1

Please sign in to comment.