Преглед изворни кода

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

Signed-off-by: Julien Danjou <julien@danjou.info>
Julien Danjou пре 14 година
родитељ
комит
fb35e7017c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      lisp/org-macs.el

+ 1 - 0
lisp/org-macs.el

@@ -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."