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:
parent
e637bdf863
commit
c88af7493e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user