Mercurial > emacs
changeset 13906:ab4917aacf37
(vip-custom-file-name): Use convert-standard-filename.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 01 Jan 1996 23:36:51 +0000 |
parents | 7df0a9cb269a |
children | c4f965637f22 |
files | lisp/emulation/viper.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/viper.el Mon Jan 01 23:33:55 1996 +0000 +++ b/lisp/emulation/viper.el Mon Jan 01 23:36:51 1996 +0000 @@ -807,7 +807,7 @@ (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.")