Browse Source

org-macs.el (orgstruct++-ignore-org-filling): Set `def-edebug-spec' correctly.

* org-macs.el (orgstruct++-ignore-org-filling): Set
`def-edebug-spec' correctly.
Bastien Guerry 13 years ago
parent
commit
ecd4079f0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-macs.el

+ 1 - 1
lisp/org-macs.el

@@ -414,7 +414,7 @@ the value in cdr."
   "Ignore org filling in `orgstruct++-mode'."
   `(let ,org-fb-vars
      ,@body))
-(def-edebug-spec orgstruct++-ignore-org-filling (&optional ("quote" body)))
+(def-edebug-spec orgstruct++-ignore-org-filling (body))
 
 (provide 'org-macs)