(eword-encode-header): fixed.
authormorioka <morioka>
Thu, 6 Mar 1997 21:23:52 +0000 (21:23 +0000)
committermorioka <morioka>
Thu, 6 Mar 1997 21:23:52 +0000 (21:23 +0000)
eword-encode.el

index 717bd07..6449ba7 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Revision: 0.13 $
+;; Version: $Revision: 0.14 $
 ;; Keywords: encoded-word, MIME, multilingual, header, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -36,7 +36,7 @@
 ;;;
 
 (defconst eword-encode-RCS-ID
-  "$Id: eword-encode.el,v 0.13 1997-03-03 17:27:53 morioka Exp $")
+  "$Id: eword-encode.el,v 0.14 1997-03-06 21:23:52 morioka Exp $")
 (defconst eword-encode-version (get-version-string eword-encode-RCS-ID))
 
 
@@ -594,7 +594,7 @@ It refer variable `eword-field-encoding-method-alist'."
                                             (lambda (str)
                                               (and (stringp str)
                                                    (string= "x-nsubject"
-                                                            (downcase str2))
+                                                            (downcase str))
                                                    )))
                                            eword-field-encoding-method-alist))
                                      'iso-2022-jp-2)))