mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
*** empty log message ***
This commit is contained in:
parent
680ebfa6ab
commit
7058ef349c
2 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue