fix.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 19 May 2000 19:22:23 +0000 (19:22 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 19 May 2000 19:22:23 +0000 (19:22 +0000)
texi/ChangeLog
texi/message.texi

index a7c4b77..df8b792 100644 (file)
@@ -1,4 +1,4 @@
-2000-05-19 15:18:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
+2000-05-19 15:18:32  Dmitry Yaitskov <dimas@home.com>
 
        * message.texi (Reply): Doc fix.
 
index 9eb6471..91574d9 100644 (file)
@@ -152,7 +152,7 @@ If you want the replies to go to the @code{Sender} instead of the
 (setq message-reply-to-function
       (lambda ()
        (cond ((equal (mail-fetch-field "from") "somebody")
-               (cons 'To (mail-fetch-field "sender")))
+               (list (cons 'To (mail-fetch-field "sender"))))
              (t
               nil))))
 @end lisp