emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/subr.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el,v
Date: Wed, 10 Jan 2007 01:15:08 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/01/10 01:15:07

Index: subr.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/subr.el,v
retrieving revision 1.543
retrieving revision 1.544
diff -u -b -r1.543 -r1.544
--- subr.el     6 Jan 2007 14:36:34 -0000       1.543
+++ subr.el     10 Jan 2007 01:15:07 -0000      1.544
@@ -1905,9 +1905,9 @@
              (recenter (/ (window-height) 2)))
          ;; If that pushed message start off the screen,
          ;; scroll to start it at the top of the screen.
+         (save-excursion
          (move-to-window-line 0)
          (if (> (point) pos)
-             (progn
                (goto-char pos)
                (recenter 0)))
          (message (or message "Type %s to continue editing.")




reply via email to

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