org.el (org-map-entries): Use `save-window-excursion'

* org.el (org-map-entries): Use `save-window-excursion'.
This commit is contained in:
Bastien Guerry 2013-03-14 14:40:00 +01:00
parent e0e699ab3d
commit 3ec38f5c06
1 changed files with 1 additions and 1 deletions

View File

@ -14638,7 +14638,7 @@ a *different* entry, you cannot use these techniques."
((eq match nil) (setq matcher t))
(t (setq matcher (if match (cdr (org-make-tags-matcher match)) t))))
(save-excursion
(save-window-excursion
(save-restriction
(cond ((eq scope 'tree)
(org-back-to-heading t)