comparison lisp/emulation/viper.el @ 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 15e0a3e62ef4
children d9ead59e15fa
comparison
equal deleted inserted replaced
13905:7df0a9cb269a 13906:ab4917aacf37
805 "Whether Viper startup message should be inhibited.") 805 "Whether Viper startup message should be inhibited.")
806 806
807 (defvar vip-always t 807 (defvar vip-always t
808 "t means, arrange that vi-state will be a default.") 808 "t means, arrange that vi-state will be a default.")
809 809
810 (defvar vip-custom-file-name "~/.vip" 810 (defvar vip-custom-file-name (convert-standard-filename "~/.vip")
811 "Viper customisation file. 811 "Viper customisation file.
812 This variable must be set _before_ loading Viper.") 812 This variable must be set _before_ loading Viper.")
813 813
814 (defvar vip-spell-function 'ispell-region 814 (defvar vip-spell-function 'ispell-region
815 "Spell function used by #s<move> command to spell.") 815 "Spell function used by #s<move> command to spell.")