changeset 48529:ea972f5474c9

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Nov 2002 19:05:06 +0000
parents 467b0e57d985
children 4ccb542f41ef
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Nov 24 19:04:57 2002 +0000
+++ b/lisp/ChangeLog	Sun Nov 24 19:05:06 2002 +0000
@@ -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
--- a/src/ChangeLog	Sun Nov 24 19:04:57 2002 +0000
+++ b/src/ChangeLog	Sun Nov 24 19:05:06 2002 +0000
@@ -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.