]> git.eshelyaron.com Git - emacs.git/commitdiff
Load ediff-*.el files silently.
authorGlenn Morris <rgm@gnu.org>
Tue, 27 Nov 2007 03:57:54 +0000 (03:57 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 27 Nov 2007 03:57:54 +0000 (03:57 +0000)
lisp/ediff-diff.el
lisp/ediff-help.el

index 06d7b60344010e61536e79dc29fac4255a2877f8..a835fb8e75096c63f4e4a68e043b3f0304c7dbff 100644 (file)
@@ -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
 
index 0c37be313723dfa4a5ca64eaadde6755c3204061..833260db673a1706bf984659c182c31baa19f7a2 100644 (file)
@@ -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