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

index fcc5120..a7c4b77 100644 (file)
@@ -1,3 +1,7 @@
+2000-05-19 15:18:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.texi (Reply): Doc fix.
+
 2000-05-17 00:50:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus.texi (Listing Groups): Addition.
index da25d5e..9eb6471 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")
-               (mail-fetch-field "sender"))
+               (cons 'To (mail-fetch-field "sender")))
              (t
               nil))))
 @end lisp