From: Karl Heuer Date: Sun, 21 Jul 1996 19:34:15 +0000 (+0000) Subject: (vip-ms-style-os-p, vip-vms-os-p): Moved here from viper.el. X-Git-Tag: emacs-19.34~115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74fb2f32dbcc78df31c20bd62a9fe040af9b4ca4;p=emacs.git (vip-ms-style-os-p, vip-vms-os-p): Moved here from viper.el. --- diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index 7cc64938254..a63517e5624 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el @@ -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