Procházet zdrojové kódy

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

Eric Schulte před 15 roky
rodič
revize
c4d385681f
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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))