0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-22 08:40:45 +00:00

Fix typo in previous commit

This commit is contained in:
Carsten Dominik 2011-10-04 10:00:10 +02:00
parent 3268d3b48f
commit a33fc1ce7d

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)