mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 06:31:13 -08:00
Load ediff-*.el files silently.
This commit is contained in:
parent
6980983d9a
commit
7b193954fc
3 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue