diff options
Diffstat (limited to 'lisp')
| -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 | ))) |