瀏覽代碼

Fix typo in previous commit

Carsten Dominik 13 年之前
父節點
當前提交
a33fc1ce7d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -6869,7 +6869,7 @@ frame is not changed."
     (narrow-to-region beg end)
     (show-all)
     (goto-char pos)
-    (run-hook-with-args 'org-cycle-hook 'all))
+    (run-hook-with-args 'org-cycle-hook 'all)
     (and (window-live-p cwin) (select-window cwin))))
 
 (defun org-get-indirect-buffer (&optional buffer)