Browse Source

Silence byte-compiler

Nicolas Goaziou 10 năm trước cách đây
mục cha
commit
7f937b3cea
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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."
 heading to appear."
   (interactive "p")
   (interactive "p")
   ;; If `orgstruct-mode' is active, use the slower version.
   ;; 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
     (save-excursion
       (org-back-to-heading t)
       (org-back-to-heading t)
       (let* ((current-level (funcall outline-level))
       (let* ((current-level (funcall outline-level))