浏览代码

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 年之前
父节点
当前提交
ecd4079f0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)