Set lisp-indent-function for org-with-remote-undo

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2011-02-27 13:50:02 +01:00
parent 432e1256bc
commit fb35e7017c
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ We use a macro so that the test can happen at compilation time."
;; remember which buffer to undo
(push (list _cmd _cline _buf1 _c1 _buf2 _c2)
org-agenda-undo-list)))))
(put 'org-with-remote-undo 'lisp-indent-function 1)
(defmacro org-no-read-only (&rest body)
"Inhibit read-only for BODY."