aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ediff-diff.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ediff-diff.el')
-rw-r--r--lisp/ediff-diff.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ediff-diff.el b/lisp/ediff-diff.el
index 06d7b603440..1b51b440f05 100644
--- a/lisp/ediff-diff.el
+++ b/lisp/ediff-diff.el
@@ -35,9 +35,9 @@
35(eval-when-compile 35(eval-when-compile
36 (let ((load-path (cons (expand-file-name ".") load-path))) 36 (let ((load-path (cons (expand-file-name ".") load-path)))
37 (or (featurep 'ediff-init) 37 (or (featurep 'ediff-init)
38 (load "ediff-init.el" nil nil 'nosuffix)) 38 (load "ediff-init.el" nil t 'nosuffix))
39 (or (featurep 'ediff-util) 39 (or (featurep 'ediff-util)
40 (load "ediff-util.el" nil nil 'nosuffix)) 40 (load "ediff-util.el" nil t 'nosuffix))
41 )) 41 ))
42;; end pacifier 42;; end pacifier
43 43
@@ -343,6 +343,7 @@ one optional arguments, diff-number to refine.")
343 (get-buffer-create (ediff-unique-buffer-name 343 (get-buffer-create (ediff-unique-buffer-name
344 "*ediff-errors" "*")))) 344 "*ediff-errors" "*"))))
345 (ediff-with-current-buffer ediff-error-buffer 345 (ediff-with-current-buffer ediff-error-buffer
346 (setq buffer-undo-list t)
346 (erase-buffer) 347 (erase-buffer)
347 (insert (ediff-with-current-buffer diff-buff (buffer-string))) 348 (insert (ediff-with-current-buffer diff-buff (buffer-string)))
348 (goto-char (point-min)) 349 (goto-char (point-min))