1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(top-level): Don't load viper-util when compiling.

This commit is contained in:
Glenn Morris 2007-12-02 21:00:40 +00:00
parent 2c52740ada
commit e41afea7f6

View 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))
)))