0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:37:52 +00:00

Provide edebug spec for with-org-lparse-preserve-paragraph-state

* contrib/lisp/org-lparse.el (with-org-lparse-preserve-paragraph-state):
Provide edebug spec.
This commit is contained in:
David Maus 2011-08-28 16:03:38 +02:00 committed by Jambunathan K
parent 4a8634e1a5
commit 235e993ae6

View file

@ -335,6 +335,7 @@ OPT-PLIST is the export options list."
,@body ,@body
(when org-lparse-do-open-par (when org-lparse-do-open-par
(org-lparse-begin-paragraph)))) (org-lparse-begin-paragraph))))
(def-edebug-spec with-org-lparse-preserve-paragraph-state (body))
(defvar org-lparse-native-backends nil (defvar org-lparse-native-backends nil
"List of native backends registered with `org-lparse'. "List of native backends registered with `org-lparse'.