浏览代码

Make invisible-of argument optional in `org-back-to-heading'.

Carsten Dominik 16 年之前
父节点
当前提交
8b940593a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -14087,7 +14087,7 @@ plainly yank the text as it is.
 	(outline-invisible-p)
       (get-char-property (point) 'invisible))))
 
-(defun org-back-to-heading (invisible-ok)
+(defun org-back-to-heading (&optional invisible-ok)
   "Call `outline-back-to-heading', but provide a better error message."
   (condition-case nil
       (outline-back-to-heading invisible-ok)