Переглянути джерело

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

* org.el (org-map-entries): Use `save-window-excursion'.
Bastien Guerry 12 роки тому
батько
коміт
3ec38f5c06
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

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