emacs-devel
[Top][All Lists]
Advanced

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

Re: momentary-string-display


From: Richard Stallman
Subject: Re: momentary-string-display
Date: Fri, 05 Jan 2007 21:54:29 -0500

Does this patch fix that bug?

Index: subr.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/subr.el,v
retrieving revision 1.542
diff -c -c -r1.542 subr.el
*** subr.el     5 Jan 2007 17:49:43 -0000       1.542
--- subr.el     5 Jan 2007 19:58:39 -0000
***************
*** 1907,1913 ****
          ;; scroll to start it at the top of the screen.
          (move-to-window-line 0)
          (if (> (point) pos)
!             (progn
                (goto-char pos)
                (recenter 0)))
          (message (or message "Type %s to continue editing.")
--- 1907,1913 ----
          ;; scroll to start it at the top of the screen.
          (move-to-window-line 0)
          (if (> (point) pos)
!             (save-excursion
                (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]