summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2015-11-13 23:13:41 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-11-13 23:13:41 +0100
commit7f937b3ceabd541f864820fb80b6e18b0c768184 (patch)
tree9a1f0ab024672fbb964878e05fa75a1aca07d2e4
parent39813c4d93125c423eeb80940a883cf67946c9ac (diff)
downloadorg-mode-7f937b3ceabd541f864820fb80b6e18b0c768184.tar.gz
Silence byte-compiler
-rwxr-xr-xlisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 416e573..b6cc1da 100755
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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))