aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-09-11 23:30:32 +0000
committerRichard M. Stallman <[email protected]>1996-09-11 23:30:32 +0000
commitcca9c6fcbb2186fba8d234f8ec0cf550173dea96 (patch)
tree31a9d9cb8638ad27647b5532c56a88fa23f73f35
parenta8b7f4b9ab4ef01f64be97e4b2ba2fe4cc403304 (diff)
(ediff-eval-in-buffer): Add properties
such lisp-indent-function, lisp-indent-hook, edebug-form-spec.
-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 24a5002822..9eadd0b855 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))