Переглянути джерело

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))