Mercurial > emacs
changeset 15748:fa8087fbb7f7
(vip-ms-style-os-p, vip-vms-os-p): Moved to viper-util.el.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 21 Jul 1996 19:34:48 +0000 |
parents | a0933adcee9e |
children | 646df9ca91ba |
files | lisp/emulation/viper.el |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/viper.el Sun Jul 21 19:34:15 1996 +0000 +++ b/lisp/emulation/viper.el Sun Jul 21 19:34:48 1996 +0000 @@ -821,11 +821,6 @@ (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")