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

This reverts commit 3ec38f5c06.
This commit is contained in:
Bastien Guerry 2014-01-31 10:38:50 +01:00
parent 53c664c4ec
commit 7ddebe5c7b
1 changed files with 1 additions and 1 deletions

View File

@ -14962,7 +14962,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-window-excursion
(save-excursion
(save-restriction
(cond ((eq scope 'tree)
(org-back-to-heading t)