Load ediff-*.el files silently.
This commit is contained in:
@@ -37,9 +37,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
|
||||
|
||||
|
||||
@@ -115,9 +115,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
|
||||
|
||||
|
||||
@@ -43,11 +43,11 @@
|
||||
(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-mult)
|
||||
(load "ediff-mult.el" nil nil 'nosuffix))
|
||||
(load "ediff-mult.el" nil t 'nosuffix))
|
||||
(or (featurep 'ediff)
|
||||
(load "ediff.el" nil nil 'nosuffix))
|
||||
(load "ediff.el" nil t 'nosuffix))
|
||||
))
|
||||
;; end pacifier
|
||||
|
||||
|
||||
Reference in New Issue
Block a user