Explorar el Código

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

Carsten Dominik hace 17 años
padre
commit
8b940593a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)