From 91760fd69c82c5a2f6662f2161252fe573e4b9a1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 1 Jan 1996 23:36:51 +0000 Subject: [PATCH] (vip-custom-file-name): Use convert-standard-filename. --- lisp/emulation/viper.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") -- 2.39.2