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:
parent
4a8634e1a5
commit
235e993ae6
|
@ -335,6 +335,7 @@ OPT-PLIST is the export options list."
|
|||
,@body
|
||||
(when org-lparse-do-open-par
|
||||
(org-lparse-begin-paragraph))))
|
||||
(def-edebug-spec with-org-lparse-preserve-paragraph-state (body))
|
||||
|
||||
(defvar org-lparse-native-backends nil
|
||||
"List of native backends registered with `org-lparse'.
|
||||
|
|
Loading…
Reference in New Issue