From: Glenn Morris Date: Tue, 27 Nov 2007 04:01:30 +0000 (+0000) Subject: Load ediff-*.el files silently. X-Git-Tag: emacs-pretest-23.0.90~9450 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1dee844f0c6f8ba2da39a95e17e8083e1441c907;p=emacs.git Load ediff-*.el files silently. --- diff --git a/lisp/ediff-vers.el b/lisp/ediff-vers.el index 293acc5a854..0fd06176b46 100644 --- a/lisp/ediff-vers.el +++ b/lisp/ediff-vers.el @@ -41,7 +41,7 @@ (load "rcs" 'noerror) ;; (load "vc" 'noerror) ; this sometimes causes compiler error (or (featurep 'ediff-init) - (load "ediff-init.el" nil nil 'nosuffix)) + (load "ediff-init.el" nil t 'nosuffix)) ))) ;; end pacifier