*** empty log message ***

This commit is contained in:
Richard M. Stallman 2002-09-29 17:55:53 +00:00
parent 680ebfa6ab
commit 7058ef349c
2 changed files with 9 additions and 0 deletions

View file

@ -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.

View file

@ -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.