From: morioka Date: Thu, 6 Mar 1997 21:23:52 +0000 (+0000) Subject: (eword-encode-header): fixed. X-Git-Tag: Hokutetsu-Ishikawa-new~174 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2caa18d35e1bbc349f54ef4f6d39524660c3db96;p=elisp%2Fsemi.git (eword-encode-header): fixed. --- diff --git a/eword-encode.el b/eword-encode.el index 717bd07..6449ba7 100644 --- a/eword-encode.el +++ b/eword-encode.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; 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)))