# HG changeset patch # User Stefan Monnier # Date 1128459266 0 # Node ID 6b4c115f4d1482faebba3b795ec4bb17c5206d1d # Parent b359393aa17b022c2104a11e8bed61aa1550682d (outline-mark-subtree): Activate the mark. diff -r b359393aa17b -r 6b4c115f4d14 lisp/outline.el --- 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)))