# HG changeset patch # User Richard M. Stallman # Date 820539411 0 # Node ID ab4917aacf37f7f10d94a5789c8fc40e005b3577 # Parent 7df0a9cb269a3f70efcd5235e6086d3b05bd3095 (vip-custom-file-name): Use convert-standard-filename. diff -r 7df0a9cb269a -r ab4917aacf37 lisp/emulation/viper.el --- 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.")