# HG changeset patch # User Glenn Morris # Date 1196154342 0 # Node ID 5dcc062a2a999f8c26c3f3328cff9a4ffd41bd7a # Parent ebe2fada297c45122963cc6832632c71a491abda Load viper*.el files silently. diff -r ebe2fada297c -r 5dcc062a2a99 lisp/emulation/viper.el --- a/lisp/emulation/viper.el Tue Nov 27 09:05:22 2007 +0000 +++ b/lisp/emulation/viper.el Tue Nov 27 09:05:42 2007 +0000 @@ -313,9 +313,9 @@ (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)) (or (featurep 'viper-cmd) - (load "viper-cmd.el" nil nil 'nosuffix)) + (load "viper-cmd.el" nil t 'nosuffix)) ))) ;; end pacifier