Procházet zdrojové kódy

Silence byte-compiler

Nicolas Goaziou před 10 roky
rodič
revize
7f937b3cea
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lisp/org.el

+ 1 - 1
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))