diff options
Diffstat (limited to 'lisp/ediff-help.el')
-rw-r--r-- | lisp/ediff-help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff-help.el b/lisp/ediff-help.el index 0c37be31372..833260db673 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 |