]> git.eshelyaron.com Git - emacs.git/commitdiff
(vip-custom-file-name): Use convert-standard-filename.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 1996 19:09:14 +0000 (19:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 1996 19:09:14 +0000 (19:09 +0000)
lisp/emulation/viper.el

index 824e6823a823ee8ca9c3e8eeae09101a22ec43a4..d017e4c7c4f6e96c804b8535fc91d75b13b6cb6a 100644 (file)
@@ -821,13 +821,8 @@ 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-custom-file-name (cond (vip-vms-os-p "sys$login:.vip")
-                                  ((memq system-type '(emx ms-dos))
-                                   "/_vip")
-                                  ((memq system-type '(windows-nt windows-95))
-                                   "~/_vip")
-                                  (t ; Unix
-                                   "~/.vip"))
+(defvar vip-custom-file-name
+  (convert-standard-filename "~/.vip")
   "Viper customisation file.
 This variable must be set _before_ loading Viper.")