]> git.eshelyaron.com Git - emacs.git/commitdiff
(vip-ms-style-os-p, vip-vms-os-p): Moved to viper-util.el.
authorKarl Heuer <kwzh@gnu.org>
Sun, 21 Jul 1996 19:34:48 +0000 (19:34 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 21 Jul 1996 19:34:48 +0000 (19:34 +0000)
lisp/emulation/viper.el

index 668a3a66c20cc827e5e7f586a13832e448ec0651..824e6823a823ee8ca9c3e8eeae09101a22ec43a4 100644 (file)
@@ -821,11 +821,6 @@ These buffers can be cycled through via :R and :P commands.")
 (defvar vip-always t
   "t means, arrange that vi-state will be a default.")
 
-(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-custom-file-name (cond (vip-vms-os-p "sys$login:.vip")
                                   ((memq system-type '(emx ms-dos))
                                    "/_vip")