(mime-insert-decoded-header): Fix typo.
authormorioka <morioka>
Thu, 18 Jun 1998 17:37:04 +0000 (17:37 +0000)
committermorioka <morioka>
Thu, 18 Jun 1998 17:37:04 +0000 (17:37 +0000)
eword-decode.el

index 0e3f3ca..5280aeb 100644 (file)
@@ -310,7 +310,7 @@ If SEPARATOR is not nil, it is used as header separator."
                         ;; Don't decode
                         (insert-buffer-substring src-buf p end)
                         )
-                       ((memq field-name eword-decode-structured-field-list)
+                       ((memq field eword-decode-structured-field-list)
                         ;; Decode as structured field
                         (let ((body (save-excursion
                                       (set-buffer src-buf)