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 @@ (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-mous) - (load "viper-mous.el" nil t 'nosuffix)) (or (featurep 'viper-cmd) (load "viper-cmd.el" nil t 'nosuffix)) )))