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 @@ (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)) )))