diff lisp/outline.el @ 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 ecfa88bd9638
children 4747977f1afa aa89c814f853
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)))