;; 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).
;;;
(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))
(lambda (str)
(and (stringp str)
(string= "x-nsubject"
- (downcase str2))
+ (downcase str))
)))
eword-field-encoding-method-alist))
'iso-2022-jp-2)))