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