Forráskód Böngészése

Fix typo in previous commit

Carsten Dominik 13 éve
szülő
commit
a33fc1ce7d
1 módosított fájl, 1 hozzáadás és 1 törlés
  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)