emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/outline.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/outline.el
Date: Tue, 04 Oct 2005 16:54:26 -0400

Index: emacs/lisp/outline.el
diff -c emacs/lisp/outline.el:1.17 emacs/lisp/outline.el:1.18
*** emacs/lisp/outline.el:1.17  Wed Aug 31 13:51:07 2005
--- emacs/lisp/outline.el       Tue Oct  4 20:54:26 2005
***************
*** 685,691 ****
        (outline-previous-visible-heading 1))
      (setq beg (point))
      (outline-end-of-subtree)
!     (push-mark (point))
      (goto-char beg)))
  
  
--- 685,691 ----
        (outline-previous-visible-heading 1))
      (setq beg (point))
      (outline-end-of-subtree)
!     (push-mark (point) nil t)
      (goto-char beg)))
  
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]