changeset 16038:8cd162ceb1dc

(vip-custom-file-name): Use convert-standard-filename.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Sep 1996 19:09:14 +0000
parents a1e88c05b53c
children 855c8d8ba0f0
files lisp/emulation/viper.el
diffstat 1 files changed, 2 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/viper.el	Sun Sep 01 19:04:28 1996 +0000
+++ b/lisp/emulation/viper.el	Sun Sep 01 19:09:14 1996 +0000
@@ -821,13 +821,8 @@
 (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.")