From: Richard M. Stallman Date: Mon, 1 Jan 1996 23:36:51 +0000 (+0000) Subject: (vip-custom-file-name): Use convert-standard-filename. X-Git-Tag: emacs-19.34~1954 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91760fd69c82c5a2f6662f2161252fe573e4b9a1;p=emacs.git (vip-custom-file-name): Use convert-standard-filename. --- 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.")