]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 Sep 2002 17:55:53 +0000 (17:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 Sep 2002 17:55:53 +0000 (17:55 +0000)
lisp/ChangeLog
src/ChangeLog

index a5b52164c816e963ee1e7ad0c3623fbc8f297b53..678887c9e29e008855e34cd1d8eec3b2b278c288 100644 (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\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * net/tramp.el: Version 2.0.24 released.
index 9a4a0a446cee6e3f230c7e71fa23133db641a1aa..206e4b70272ef18c8710de5151e6d6979a87664e 100644 (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.