summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-02-04 17:05:34 +0100
committerBastien <bzg@gnu.org>2020-02-04 17:05:34 +0100
commitc3d55476420eed181e6c5e341afafa02e508a6ed (patch)
treeaad12d79bdc68c265a79efe5ede056088712b639
parent9b22f597a000a85b18ab6aa6906d47f081a083d3 (diff)
parent321b119c4418de816a55f42e17c4db6e796df1cd (diff)
downloadorg-mode-c3d55476420eed181e6c5e341afafa02e508a6ed.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 a8a448a..3911c8a 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -19458,7 +19458,7 @@ indent. The function will not indent contents of example blocks,
verse blocks and export blocks as leading white spaces are
assumed to be significant there."
(interactive "r")
- (save-excursion
+ (save-window-excursion
(goto-char start)
(skip-chars-forward " \r\t\n")
(unless (eobp) (beginning-of-line))