(vip-ms-style-os-p, vip-vms-os-p): Moved here from viper.el.
authorKarl Heuer <kwzh@gnu.org>
Sun, 21 Jul 1996 19:34:15 +0000 (19:34 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 21 Jul 1996 19:34:15 +0000 (19:34 +0000)
lisp/emulation/viper-util.el

index 7cc6493..a63517e 100644 (file)
 (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