]> git.eshelyaron.com Git - emacs.git/commitdiff
(top-level): Don't load viper-util when compiling.
authorGlenn Morris <rgm@gnu.org>
Sun, 2 Dec 2007 21:00:40 +0000 (21:00 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 2 Dec 2007 21:00:40 +0000 (21:00 +0000)
lisp/emulation/viper-mous.el

index 1aae14400c5a8953b92b192dd93b2fb68bfb2535..dd727cd5f84a4cddbbfb772930ca39dc20db2abe 100644 (file)
@@ -42,8 +42,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-cmd)
            (load "viper-cmd.el" nil t 'nosuffix))
        )))