Add IS-BSD constant
Fixes dired gls support on BSD OSes (and not just MacOS).
This commit is contained in:
parent
232cb190cc
commit
19987df00a
2 changed files with 3 additions and 2 deletions
|
@ -22,6 +22,7 @@ line or use --debug-init to enable this.")
|
|||
(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)))
|
||||
(defconst IS-BSD (or IS-MAC (eq system-type 'berkeley-unix)))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue