aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kifer1997-07-22 16:35:49 +0000
committerMichael Kifer1997-07-22 16:35:49 +0000
commitb484aa097567d387ab4c6172afc79bfe59e7b9de (patch)
tree9d3c6b9a22574f18ea2cdb1b7e2fe6f0b5514cde
parentbaefb0160ea1470731fc83fcb1228835b295dcbb (diff)
downloademacs-b484aa097567d387ab4c6172afc79bfe59e7b9de.tar.gz
emacs-b484aa097567d387ab4c6172afc79bfe59e7b9de.zip
new version
-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 6a70fe6a0ab..d3b369c93cf 100644
--- a/lisp/emulation/viper.el
+++ b/lisp/emulation/viper.el
@@ -310,6 +310,8 @@
310(if noninteractive 310(if noninteractive
311 (eval-when-compile 311 (eval-when-compile
312 (let ((load-path (cons (expand-file-name ".") load-path))) 312 (let ((load-path (cons (expand-file-name ".") load-path)))
313 (or (featurep 'viper-init)
314 (load "viper-init.el" nil nil 'nosuffix))
313 (or (featurep 'viper-cmd) 315 (or (featurep 'viper-cmd)
314 (load "viper-cmd.el" nil nil 'nosuffix)) 316 (load "viper-cmd.el" nil nil 'nosuffix))
315 ))) 317 )))