Browse Source

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

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

TINYCHANGE
K.Nagashima 13 years ago
parent
commit
5bb4aabac7
1 changed files with 1 additions and 0 deletions
  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