]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Nov 2002 19:05:06 +0000 (19:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Nov 2002 19:05:06 +0000 (19:05 +0000)
lisp/ChangeLog
src/ChangeLog

index 8ca5422052141fe7aad4ed85b5e2e8f41c3a905f..723a76737d96d92a8bdab9800bc8122a5cfa2a53 100644 (file)
@@ -1,5 +1,8 @@
 2002-11-24  Richard M. Stallman  <rms@gnu.org>
 
+       * mail/sendmail.el (mail-signature): Handle case where
+       value of mail-signature is a string.
+
        * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
 
        * faces.el (face-set-after-frame-default): Ignore errors
index 5d5f68aecc40b146140f49b476b96d9f8db1c313..e202320f0d6a7d42a6ad4f2887d9e5be58d50943 100644 (file)
@@ -1,3 +1,11 @@
+2002-11-24  Richard M. Stallman  <rms@gnu.org>
+
+       * search.c (Fstring_match): Doc fix.
+
+       * callint.c (Fcall_interactively): If a command fails because
+       `*' detects a read-only buffer, but RECORD_FLAG is set,
+       record it anyway if the args don't actually do tty input.
+
 2002-11-22  Dave Love  <fx@gnu.org>
 
        * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.