# HG changeset patch # User Glenn Morris # Date 1196629240 0 # Node ID 3fab602f8cf5974b83c2580433fc16639fdbd304 # Parent e58f5bc934776382bad1a325cadf3c66008444b9 (top-level): Don't load viper-util when compiling. diff -r e58f5bc93477 -r 3fab602f8cf5 lisp/emulation/viper-mous.el --- a/lisp/emulation/viper-mous.el Sun Dec 02 21:00:08 2007 +0000 +++ b/lisp/emulation/viper-mous.el Sun Dec 02 21:00:40 2007 +0000 @@ -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)) )))