(vip-ms-style-os-p, vip-vms-os-p): Moved here from viper.el.
This commit is contained in:
parent
e8417bb000
commit
74fb2f32db
1 changed files with 5 additions and 0 deletions
|
@ -57,6 +57,11 @@
|
|||
(defun vip-window-display-p ()
|
||||
(and (vip-device-type) (not (memq (vip-device-type) '(tty stream)))))
|
||||
|
||||
(defvar vip-ms-style-os-p (memq system-type '(ms-dos windows-nt windows-95))
|
||||
"Tells if Emacs is running under an MS-style OS: ms-dos, windows-nt, W95.")
|
||||
(defvar vip-vms-os-p (memq system-type '(vax-vms axp-vms))
|
||||
"Tells if Emacs is running under VMS.")
|
||||
|
||||
(defvar vip-force-faces nil
|
||||
"If t, Viper will think that it is running on a display that supports faces.
|
||||
This is provided as a temporary relief for users of face-capable displays
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue