summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ediff-init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ediff-init.el b/lisp/ediff-init.el
index 24a5002822d..9eadd0b8556 100644
--- a/lisp/ediff-init.el
+++ b/lisp/ediff-init.el
@@ -192,6 +192,10 @@ that Ediff doesn't know about.")
(error ediff-KILLED-VITAL-BUFFER))
))))
+(put 'ediff-eval-in-buffer 'lisp-indent-function 1)
+(put 'ediff-eval-in-buffer 'lisp-indent-hook 1)
+(put 'ediff-eval-in-buffer 'edebug-form-spec '(form body))
+
(defsubst ediff-multiframe-setup-p ()
(and (ediff-window-display-p) ediff-multiframe))