2001-08-09 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Thu, 9 Aug 2001 11:05:10 +0000 (11:05 +0000)
committerSimon Josefsson <jas@extundo.com>
Thu, 9 Aug 2001 11:05:10 +0000 (11:05 +0000)
* message.el (message-get-reply-headers): Fix string. Suggested by
Christoph Conrad <cc@cli.de>.

lisp/ChangeLog
lisp/message.el

index 594c567..00ce44a 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-09  Simon Josefsson  <jas@extundo.com>
+
+       * message.el (message-get-reply-headers): Fix string. Suggested by
+       Christoph Conrad <cc@cli.de>.
+
 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * message.el (message-tab): Use the current value of
index 0e3ccfe..0130a33 100644 (file)
@@ -4136,7 +4136,7 @@ responses here are directed to other addresses.")))
        ;; Allow the user to be asked whether or not to reply to all
        ;; recipients in a wide reply.
        (if (and ccalist wide message-wide-reply-confirm-recipients
-                (not (y-or-n-p "Reply to all recipients?")))
+                (not (y-or-n-p "Reply to all recipients? ")))
            (setq follow-to (delq (assoc 'Cc follow-to) follow-to)))))
     follow-to))