fix: IS-LINUX = t for more unix system-types
This commit is contained in:
parent
6ddaed5cdd
commit
9ac167fb84
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
|||
|
||||
;; DEPRECATED
|
||||
(defconst IS-MAC (eq system-type 'darwin))
|
||||
(defconst IS-LINUX (eq system-type 'gnu/linux))
|
||||
(defconst IS-LINUX (memq system-type '(gnu gnu/linux gnu/kfreebsd berkeley-unix)))
|
||||
(defconst IS-WINDOWS (memq system-type '(cygwin windows-nt ms-dos)))
|
||||
(defconst IS-BSD (memq system-type '(darwin berkeley-unix gnu/kfreebsd)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue