aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-21 18:24:06 +0000
committerRichard M. Stallman1997-07-21 18:24:06 +0000
commitaca9b721bb0123f15a4b08091cb3612e89769544 (patch)
treeef59b9fffc871f450cf62d3e857b00ae124b4635
parent5f8d02bedad1af9cfdbcb8e8f7ad9ee285a4ee76 (diff)
downloademacs-aca9b721bb0123f15a4b08091cb3612e89769544.tar.gz
emacs-aca9b721bb0123f15a4b08091cb3612e89769544.zip
Require viper-init.
-rw-r--r--lisp/emulation/viper.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el
index b7c2cfab28c..6a70fe6a0ab 100644
--- a/lisp/emulation/viper.el
+++ b/lisp/emulation/viper.el
@@ -315,6 +315,8 @@
315 ))) 315 )))
316;; end pacifier 316;; end pacifier
317 317
318(require 'viper-init)
319
318;; better be defined before Viper custom group. 320;; better be defined before Viper custom group.
319(defvar vip-custom-file-name (vip-convert-standard-file-name "~/.viper") 321(defvar vip-custom-file-name (vip-convert-standard-file-name "~/.viper")
320 "Viper customisation file. 322 "Viper customisation file.