Explorar o código

Fix typo in previous commit

Carsten Dominik %!s(int64=14) %!d(string=hai) anos
pai
achega
a33fc1ce7d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)