diff options
| author | Michael Kifer | 1997-07-22 16:35:49 +0000 |
|---|---|---|
| committer | Michael Kifer | 1997-07-22 16:35:49 +0000 |
| commit | b484aa097567d387ab4c6172afc79bfe59e7b9de (patch) | |
| tree | 9d3c6b9a22574f18ea2cdb1b7e2fe6f0b5514cde | |
| parent | baefb0160ea1470731fc83fcb1228835b295dcbb (diff) | |
| download | emacs-b484aa097567d387ab4c6172afc79bfe59e7b9de.tar.gz emacs-b484aa097567d387ab4c6172afc79bfe59e7b9de.zip | |
new version
| -rw-r--r-- | lisp/emulation/viper.el | 2 |
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 | ))) |