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,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/outline.el,v
Date: Mon, 04 Dec 2006 00:31:04 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/12/04 00:31:04

Index: outline.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/outline.el,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- outline.el  11 May 2006 15:01:41 -0000      1.23
+++ outline.el  4 Dec 2006 00:31:04 -0000       1.24
@@ -894,7 +894,8 @@
                (or first (> (funcall outline-level) level)))
       (setq first nil)
       (outline-next-heading))
-    (if (bolp)
+    (if (and (bolp) (not (eolp)))
+       ;; We stopped at a nonempty line (the next heading).
        (progn
          ;; Go to end of line before heading
          (forward-char -1)




reply via email to

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