summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-01-31 10:39:06 +0100
committerBastien Guerry <bzg@altern.org>2014-01-31 10:39:06 +0100
commit21ce3296b7fb582617e7bf5689224be9c429f9b0 (patch)
treee5a783695db30497144f0c4b292da4674ba216c9
parent4068a829a188a2ee7bfc072edb2d598388b9efb9 (diff)
parent7ddebe5c7b4d57614a4b35d406796b8a613aff11 (diff)
downloadorg-mode-21ce3296b7fb582617e7bf5689224be9c429f9b0.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index a6a8b20..9e6c764 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -15104,7 +15104,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)