Mercurial > emacs
changeset 47689:8652328059bc
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 29 Sep 2002 17:55:53 +0000 |
parents | 8c15fbf63f95 |
children | 8727968a0e00 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 29 17:53:58 2002 +0000 +++ b/lisp/ChangeLog Sun Sep 29 17:55:53 2002 +0000 @@ -1,3 +1,9 @@ +2002-09-29 Richard M. Stallman <rms@gnu.org> + + * startup.el (user-mail-address): Initialize to a useful value + once Emacs is started up; initialize to "" at loadup time. + (command-line): "", not nil, means user-mail-address not set yet. + 2002-09-29 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> * net/tramp.el: Version 2.0.24 released.
--- a/src/ChangeLog Sun Sep 29 17:53:58 2002 +0000 +++ b/src/ChangeLog Sun Sep 29 17:55:53 2002 +0000 @@ -1,5 +1,8 @@ 2002-09-29 Richard M. Stallman <rms@gnu.org> + * search.c (Freplace_match): Adjust match data for the substitution + just made in the buffer. + * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros. (redisplay_internal): Use them. Do RESUME_POLLING at end of function.