(message-get-reply-headers): Bind `extra'.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 21 Dec 2004 09:37:18 +0000 (09:37 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 21 Dec 2004 09:37:18 +0000 (09:37 +0000)
lisp/message.el

index fe929b5..d6c0199 100644 (file)
@@ -5684,7 +5684,7 @@ OTHER-HEADERS is an alist of header/value pairs."
                     (Subject . ,(or subject ""))))))
 
 (defun message-get-reply-headers (wide &optional to-address address-headers)
-  (let (follow-to mct never-mct to cc author mft recipients)
+  (let (follow-to mct never-mct to cc author mft recipients extra)
     ;; Find all relevant headers we need.
     (save-restriction
       (message-narrow-to-headers-or-head)