# HG changeset patch # User Glenn Morris # Date 1196135857 0 # Node ID 726b37aaa50cf9b308763540035ae0e0da2ec275 # Parent 5fab5ba0ea1cc4170da2e1d79eb12a8483ff0279 Load ediff-*.el files silently. diff -r 5fab5ba0ea1c -r 726b37aaa50c lisp/ediff-diff.el --- 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