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:
Henrik Lissner 2019-02-26 17:29:40 -05:00
parent de4b18a2dc
commit 4c35618044
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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