1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

Load ediff-*.el files silently.

This commit is contained in:
Glenn Morris 2007-11-27 03:57:54 +00:00
parent e637bdf863
commit c88af7493e
2 changed files with 3 additions and 3 deletions

View 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

View 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