Mercurial > emacs
changeset 86459:726b37aaa50c
Load ediff-*.el files silently.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 27 Nov 2007 03:57:37 +0000 |
parents | 5fab5ba0ea1c |
children | 755ed8b451d4 |
files | lisp/ediff-diff.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ediff-diff.el Tue Nov 27 03:56:38 2007 +0000 +++ b/lisp/ediff-diff.el Tue Nov 27 03:57:37 2007 +0000 @@ -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