From a33fc1ce7d0a1e40072bbf303dc278b39fba7883 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 4 Oct 2011 10:00:10 +0200 Subject: [PATCH] Fix typo in previous commit --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index e9297c713..f19fb2e5e 100644 --- a/lisp/org.el +++ b/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)