diff lisp/emulation/viper.el @ 16136:de1340e6ddb4

*** empty log message ***
author Michael Kifer <kifer@cs.stonybrook.edu>
date Fri, 06 Sep 1996 02:13:39 +0000
parents 102e7d27c135
children b2fae8abc5b0
line wrap: on
line diff
--- a/lisp/emulation/viper.el	Fri Sep 06 01:17:30 1996 +0000
+++ b/lisp/emulation/viper.el	Fri Sep 06 02:13:39 1996 +0000
@@ -821,13 +821,7 @@
 (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.")