diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-01-01 23:36:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-01-01 23:36:51 +0000 |
commit | 1a5447edc652c931b7d5739b39406bf9e49d0278 (patch) | |
tree | 75d24c7522e532b1b34f664d89a910fd914c8c49 /lisp/emulation | |
parent | 68db2a83a00fa56cbd63b52f5283b0ae182d0513 (diff) | |
download | emacs-1a5447edc652c931b7d5739b39406bf9e49d0278.tar.gz |
(vip-custom-file-name): Use convert-standard-filename.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/viper.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 5e860ffd311..0016987e091 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el @@ -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.") |