Fix typo in previous commit

This commit is contained in:
Carsten Dominik 2011-10-04 10:00:10 +02:00
parent 3268d3b48f
commit a33fc1ce7d
1 changed files with 1 additions and 1 deletions

View File

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