diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emulation/viper-macs.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 25e0a56b8d1..6eb7687c4e6 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el | |||
| @@ -39,12 +39,6 @@ | |||
| 39 | (if noninteractive | 39 | (if noninteractive |
| 40 | (eval-when-compile | 40 | (eval-when-compile |
| 41 | (let ((load-path (cons (expand-file-name ".") load-path))) | 41 | (let ((load-path (cons (expand-file-name ".") load-path))) |
| 42 | (or (featurep 'viper-util) | ||
| 43 | (load "viper-util.el" nil t 'nosuffix)) | ||
| 44 | (or (featurep 'viper-keym) | ||
| 45 | (load "viper-keym.el" nil t 'nosuffix)) | ||
| 46 | (or (featurep 'viper-mous) | ||
| 47 | (load "viper-mous.el" nil t 'nosuffix)) | ||
| 48 | (or (featurep 'viper-cmd) | 42 | (or (featurep 'viper-cmd) |
| 49 | (load "viper-cmd.el" nil t 'nosuffix)) | 43 | (load "viper-cmd.el" nil t 'nosuffix)) |
| 50 | ))) | 44 | ))) |