aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-12-02 21:02:58 +0000
committerGlenn Morris <[email protected]>2007-12-02 21:02:58 +0000
commiteec597ed4a3668eaa3686a9c767995cc4e85c8a1 (patch)
tree9a332db698e13ee836723fd6dc19d78dbe370e98 /lisp/emulation
parent26a7f02f94a92588589c2b48ee1eb8daff9da9d5 (diff)
(top-level): Don't load viper-util, viper-keym when compiling.
Diffstat (limited to 'lisp/emulation')
-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 6ea3802b62..ccc06e0b93 100644
--- a/lisp/emulation/viper-ex.el
+++ b/lisp/emulation/viper-ex.el
@@ -47,10 +47,6 @@
(if noninteractive
(eval-when-compile
(let ((load-path (cons (expand-file-name ".") load-path)))
- (or (featurep 'viper-util)
- (load "viper-util.el" nil t 'nosuffix))
- (or (featurep 'viper-keym)
- (load "viper-keym.el" nil t 'nosuffix))
(or (featurep 'viper-cmd)
(load "viper-cmd.el" nil t 'nosuffix))
)))