mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(top-level): Don't load viper-util when compiling.
This commit is contained in:
parent
2c52740ada
commit
e41afea7f6
@ -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))
|
||||
)))
|
||||
|
Loading…
Reference in New Issue
Block a user