Load ediff-*.el files silently.
This commit is contained in:
parent
e637bdf863
commit
c88af7493e
2 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue