feat: add EMACS29+ constant
This commit is contained in:
parent
e7eaa3b256
commit
2c02cea461
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ envvar will enable this at startup.")
|
|||
|
||||
(defconst NATIVECOMP (if (fboundp 'native-comp-available-p) (native-comp-available-p)))
|
||||
(defconst EMACS28+ (> emacs-major-version 27))
|
||||
(defconst EMACS29+ (> emacs-major-version 28))
|
||||
(defconst IS-MAC (eq system-type 'darwin))
|
||||
(defconst IS-LINUX (eq system-type 'gnu/linux))
|
||||
(defconst IS-WINDOWS (memq system-type '(cygwin windows-nt ms-dos)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue