diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-27 09:06:32 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-27 09:06:32 +0000 |
commit | fd298e0242d3ea2cd531e67f494303d1e84be67e (patch) | |
tree | 3fa847166016f5a08c8f306561165ab9242955f5 /lisp/emulation/viper-keym.el | |
parent | 1007a0a74e381a04a9e11c4ee24d2cb8a5db889a (diff) | |
download | emacs-fd298e0242d3ea2cd531e67f494303d1e84be67e.tar.gz |
Load viper*.el files silently.
Diffstat (limited to 'lisp/emulation/viper-keym.el')
-rw-r--r-- | lisp/emulation/viper-keym.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index ade63b1071c..e453983f496 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el @@ -42,7 +42,7 @@ (eval-when-compile (let ((load-path (cons (expand-file-name ".") load-path))) (or (featurep 'viper-util) - (load "viper-util.el" nil nil 'nosuffix)) + (load "viper-util.el" nil t 'nosuffix)) ))) ;; end pacifier |