瀏覽代碼

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