From: Richard M. Stallman Date: Sun, 29 Sep 2002 17:55:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~12996 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7058ef349c4da23db18a7fd4c740d13d9ecbdb8b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a5b52164c81..678887c9e29 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2002-09-29 Richard M. Stallman + + * 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 * net/tramp.el: Version 2.0.24 released. diff --git a/src/ChangeLog b/src/ChangeLog index 9a4a0a446ce..206e4b70272 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2002-09-29 Richard M. Stallman + * 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.