Browse Source

make org-show-block-all interactive as is org-hide-block-all

Eric Schulte 15 years ago
parent
commit
c4d385681f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org.el

+ 1 - 0
lisp/org.el

@@ -6028,6 +6028,7 @@ the range."
 
 (defun org-show-block-all ()
   "Unfold all blocks in the current buffer."
+  (interactive)
   (mapc 'delete-overlay org-hide-block-overlays)
   (setq org-hide-block-overlays nil))