*** empty log message ***
[elisp/semi.git] / eword-encode.el
index 004c569..997c6e3 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.8 $
+;; Version: $Revision: 0.10 $
 ;; Keywords: encoded-word, MIME, multilingual, header, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
 (require 'mime-def)
 (require 'cl)
 
+(defsubst find-non-ascii-charset-string (string)
+  "Return a list of charsets in the STRING except ascii."
+  (delq 'ascii (find-charset-string string))
+  )
+
 
 ;;; @ version
 ;;;
 
 (defconst eword-encode-RCS-ID
-  "$Id: eword-encode.el,v 0.8 1997-02-24 09:57:03 tmorioka Exp $")
+  "$Id: eword-encode.el,v 0.10 1997-02-27 08:42:17 tmorioka Exp $")
 (defconst eword-encode-version (get-version-string eword-encode-RCS-ID))
 
 
@@ -552,7 +557,7 @@ It refer variable `eword-field-encoding-method-alist'."
                                 (function
                                  (lambda (str)
                                    (and (stringp str)
-                                        (string= fname (downcase str2))
+                                        (string= fname (downcase str))
                                         )))
                                 eword-field-encoding-method-alist))
                              (assq t eword-field-encoding-method-alist)