(message-insert-formated-citation-line): Fix %f.
authorReiner Steib <Reiner.Steib@gmx.de>
Thu, 31 Aug 2006 11:10:36 +0000 (11:10 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Thu, 31 Aug 2006 11:10:36 +0000 (11:10 +0000)
Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .

lisp/ChangeLog
lisp/message.el

index ffaa56d..113d254 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-insert-formated-citation-line): Fix %f.
+       Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
+
 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
index 8270164..7dbbdeb 100644 (file)
@@ -3570,7 +3570,7 @@ See `message-citation-line-format'."
              (push ?O lst) (push "<O>" lst)
              (push ?P lst) (push "<P>" lst)
              (push ?Q lst) (push "<Q>" lst)
-             (push ?f lst) (push "<f>" lst)
+             (push ?f lst) (push from lst)
              (push ?i lst) (push "<i>" lst)
              (push ?n lst) (push name-or-net lst)
              (push ?o lst) (push "<o>" lst)