# HG changeset patch # User Glenn Morris # Date 1196154349 0 # Node ID 152668e81e0d30c78ade9ef1d05dac4b28902fd1 # Parent 5dcc062a2a999f8c26c3f3328cff9a4ffd41bd7a Load viper*.el files silently. diff -r 5dcc062a2a99 -r 152668e81e0d lisp/emulation/viper-util.el --- a/lisp/emulation/viper-util.el Tue Nov 27 09:05:42 2007 +0000 +++ b/lisp/emulation/viper-util.el Tue Nov 27 09:05:49 2007 +0000 @@ -48,7 +48,7 @@ (eval-when-compile (let ((load-path (cons (expand-file-name ".") load-path))) (or (featurep 'viper-init) - (load "viper-init.el" nil nil 'nosuffix)) + (load "viper-init.el" nil t 'nosuffix)) ))) ;; end pacifier