aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ediff-diff.el4
-rw-r--r--lisp/ediff-help.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el
index 06d7b60344..a835fb8e75 100644
--- a/lisp/ediff-diff.el
+++ b/lisp/ediff-diff.el
@@ -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
diff --git a/lisp/ediff-help.el b/lisp/ediff-help.el
index 0c37be3137..833260db67 100644
--- a/lisp/ediff-help.el
+++ b/lisp/ediff-help.el
@@ -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