From: Glenn Morris Date: Tue, 27 Nov 2007 03:57:54 +0000 (+0000) Subject: Load ediff-*.el files silently. X-Git-Tag: emacs-pretest-23.0.90~9455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c88af7493e37c28eeaae26112116194d085cc61f;p=emacs.git Load ediff-*.el files silently. --- diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el index 06d7b603440..a835fb8e750 100644 --- a/lisp/ediff-diff.el +++ b/lisp/ediff-diff.el @@ -35,9 +35,9 @@ (eval-when-compile (let ((load-path (cons (expand-file-name ".") load-path))) (or (featurep 'ediff-init) - (load "ediff-init.el" nil nil 'nosuffix)) + (load "ediff-init.el" nil t 'nosuffix)) (or (featurep 'ediff-util) - (load "ediff-util.el" nil nil 'nosuffix)) + (load "ediff-util.el" nil t 'nosuffix)) )) ;; end pacifier diff --git a/lisp/ediff-help.el b/lisp/ediff-help.el index 0c37be31372..833260db673 100644 --- a/lisp/ediff-help.el +++ b/lisp/ediff-help.el @@ -33,7 +33,7 @@ (eval-when-compile (let ((load-path (cons (expand-file-name ".") load-path))) (or (featurep 'ediff-init) - (load "ediff-init.el" nil nil 'nosuffix)) + (load "ediff-init.el" nil t 'nosuffix)) )) ;; end pacifier