changeset 65842:6b4c115f4d14

(outline-mark-subtree): Activate the mark.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 04 Oct 2005 20:54:26 +0000
parents b359393aa17b
children e28dd6224eb2
files lisp/outline.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/outline.el	Tue Oct 04 20:51:16 2005 +0000
+++ b/lisp/outline.el	Tue Oct 04 20:54:26 2005 +0000
@@ -685,7 +685,7 @@
       (outline-previous-visible-heading 1))
     (setq beg (point))
     (outline-end-of-subtree)
-    (push-mark (point))
+    (push-mark (point) nil t)
     (goto-char beg)))