aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/outline.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/outline.el b/lisp/outline.el
index 012396c2eb0..8a05aaf0cd9 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -685,7 +685,7 @@ This puts point at the start of the current subtree, and mark at the end."
685 (outline-previous-visible-heading 1)) 685 (outline-previous-visible-heading 1))
686 (setq beg (point)) 686 (setq beg (point))
687 (outline-end-of-subtree) 687 (outline-end-of-subtree)
688 (push-mark (point)) 688 (push-mark (point) nil t)
689 (goto-char beg))) 689 (goto-char beg)))
690 690
691 691