summaryrefslogtreecommitdiff
path: root/lisp/ediff-help.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ediff-help.el')
-rw-r--r--lisp/ediff-help.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/ediff-help.el b/lisp/ediff-help.el
index 988fc9171ac..ad66d0c00c8 100644
--- a/lisp/ediff-help.el
+++ b/lisp/ediff-help.el
@@ -31,10 +31,8 @@
(defvar ediff-multiframe)
(eval-when-compile
- (let ((load-path (cons (expand-file-name ".") load-path)))
- (or (featurep 'ediff-init)
- (load "ediff-init.el" nil t 'nosuffix))
- ))
+ (require 'ediff-init)
+ )
;; end pacifier
(require 'ediff-init)