Browse Source

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

* contrib/lisp/org-lparse.el (with-org-lparse-preserve-paragraph-state):
Provide edebug spec.
David Maus 13 years ago
parent
commit
235e993ae6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      contrib/lisp/org-lparse.el

+ 1 - 0
contrib/lisp/org-lparse.el

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