Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2015-11-13 23:13:41 +01:00
parent 39813c4d93
commit 7f937b3cea
1 changed files with 1 additions and 1 deletions

View File

@ -24870,7 +24870,7 @@ should be shown. Default is enough to cause the following
heading to appear."
(interactive "p")
;; If `orgstruct-mode' is active, use the slower version.
(if orgstruct-mode (call-interactively #'show-children)
(if orgstruct-mode (call-interactively #'outline-show-children)
(save-excursion
(org-back-to-heading t)
(let* ((current-level (funcall outline-level))