aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emulation/viper-ex.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el
index 6ea3802b62d..ccc06e0b938 100644
--- a/lisp/emulation/viper-ex.el
+++ b/lisp/emulation/viper-ex.el
@@ -47,10 +47,6 @@
47(if noninteractive 47(if noninteractive
48 (eval-when-compile 48 (eval-when-compile
49 (let ((load-path (cons (expand-file-name ".") load-path))) 49 (let ((load-path (cons (expand-file-name ".") load-path)))
50 (or (featurep 'viper-util)
51 (load "viper-util.el" nil t 'nosuffix))
52 (or (featurep 'viper-keym)
53 (load "viper-keym.el" nil t 'nosuffix))
54 (or (featurep 'viper-cmd) 50 (or (featurep 'viper-cmd)
55 (load "viper-cmd.el" nil t 'nosuffix)) 51 (load "viper-cmd.el" nil t 'nosuffix))
56 ))) 52 )))