Parcourir la source

org.el (org-show-subtree): Make interactive.

* org.el (org-show-subtree): Make interactive.

TINYCHANGE
K.Nagashima il y a 13 ans
Parent
commit
5bb4aabac7
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -20986,6 +20986,7 @@ Stop at the first and last subheadings of a superior heading."
 
 (defun org-show-subtree ()
   "Show everything after this heading at deeper levels."
+  (interactive)
   (outline-flag-region
    (point)
    (save-excursion