Explorar o código

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 %!s(int64=13) %!d(string=hai) anos
pai
achega
ecd4079f0e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)