Преглед изворни кода

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

Eric Schulte пре 15 година
родитељ
комит
c4d385681f
1 измењених фајлова са 1 додато и 0 уклоњено
  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))