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

index 5e860ffd311ad0fbca80143e6f49526e8c2bd9f2..0016987e091e0bd5e9b1077ae18bcc169f6fef44 100644 (file)
@@ -807,7 +807,7 @@ 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 "~/.vip"
+(defvar vip-custom-file-name (convert-standard-filename "~/.vip")
   "Viper customisation file.
 This variable must be set _before_ loading Viper.")