From eec597ed4a3668eaa3686a9c767995cc4e85c8a1 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 2 Dec 2007 21:02:58 +0000 Subject: [PATCH] (top-level): Don't load viper-util, viper-keym when compiling. --- lisp/emulation/viper-ex.el | 4 ---- 1 file changed, 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 @@ (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)) ))) -- 2.39.2