diff options
author | Glenn Morris <rgm@gnu.org> | 2007-12-02 21:00:08 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-12-02 21:00:08 +0000 |
commit | 2c52740ada1f07f20c13b6e1992aef03b88337d4 (patch) | |
tree | 67ba957ba38a61f85eba0bb206bd9473a16358b6 /lisp/emulation | |
parent | cdd489b0fb42b2c2328bfb00021e1cef817983c7 (diff) | |
download | emacs-2c52740ada1f07f20c13b6e1992aef03b88337d4.tar.gz |
(top-level): Don't load viper-init when compiling.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/viper-util.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el index 0497c16dc20..87bf5235b81 100644 --- a/lisp/emulation/viper-util.el +++ b/lisp/emulation/viper-util.el @@ -44,12 +44,6 @@ (require 'ring) -(if noninteractive - (eval-when-compile - (let ((load-path (cons (expand-file-name ".") load-path))) - (or (featurep 'viper-init) - (load "viper-init.el" nil t 'nosuffix)) - ))) ;; end pacifier (require 'viper-init) |