Improve version check for line-numbers polyfill
Since there are early versions of Emacs [26.0, 26.1) that don't have the new line numbers library.
This commit is contained in:
parent
de4b18a2dc
commit
4c35618044
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; core/autoload/line-numbers.el -*- lexical-binding: t; -*-
|
||||
;;;###if (not EMACS26+)
|
||||
;;;###if (version< emacs-version "26.1")
|
||||
|
||||
;; This was lifted out of the display-line-numbers library in Emacs 26.1 and
|
||||
;; modified to use nlinum for Emacs 25.x users. It should be removed should
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue