]> git.eshelyaron.com Git - emacs.git/commitdiff
(ediff-eval-in-buffer): Add properties
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Sep 1996 23:30:32 +0000 (23:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Sep 1996 23:30:32 +0000 (23:30 +0000)
such lisp-indent-function, lisp-indent-hook, edebug-form-spec.

lisp/ediff-init.el

index 24a5002822dd4edfa55890f2cc9a15ca5b19597e..9eadd0b85565112ad1fec965cd65287bc6a760fc 100644 (file)
@@ -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))