diff options
| author | Karl Heuer | 1996-07-21 19:34:48 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-07-21 19:34:48 +0000 |
| commit | 33341bdcc0562821f81047dfb9a7e184ea8bcd11 (patch) | |
| tree | e01f7e75a958bd5dcfffdbbe5f0b9406608b6914 | |
| parent | 74fb2f32dbcc78df31c20bd62a9fe040af9b4ca4 (diff) | |
| download | emacs-33341bdcc0562821f81047dfb9a7e184ea8bcd11.tar.gz emacs-33341bdcc0562821f81047dfb9a7e184ea8bcd11.zip | |
(vip-ms-style-os-p, vip-vms-os-p): Moved to viper-util.el.
| -rw-r--r-- | lisp/emulation/viper.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 668a3a66c20..824e6823a82 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el | |||
| @@ -821,11 +821,6 @@ These buffers can be cycled through via :R and :P commands.") | |||
| 821 | (defvar vip-always t | 821 | (defvar vip-always t |
| 822 | "t means, arrange that vi-state will be a default.") | 822 | "t means, arrange that vi-state will be a default.") |
| 823 | 823 | ||
| 824 | (defvar vip-ms-style-os-p (memq system-type '(ms-dos windows-nt windows-95)) | ||
| 825 | "Tells if Emacs is running under an MS-style OS: ms-dos, windows-nt, W95.") | ||
| 826 | (defvar vip-vms-os-p (memq system-type '(vax-vms axp-vms)) | ||
| 827 | "Tells if Emacs is running under VMS.") | ||
| 828 | |||
| 829 | (defvar vip-custom-file-name (cond (vip-vms-os-p "sys$login:.vip") | 824 | (defvar vip-custom-file-name (cond (vip-vms-os-p "sys$login:.vip") |
| 830 | ((memq system-type '(emx ms-dos)) | 825 | ((memq system-type '(emx ms-dos)) |
| 831 | "/_vip") | 826 | "/_vip") |