Constant `eword-charset-regexp' was renamed to `mime-charset-regexp'.
[elisp/semi.git] / eword-decode.el
index aa26905..a9ad5a1 100644 (file)
@@ -10,7 +10,7 @@
 ;;     Renamed: 1993/06/03 to tiny-mime.el
 ;;     Renamed: 1995/10/03 from tiny-mime.el (split off encoder)
 ;;     Renamed: 1997/02/22 from tm-ew-d.el
-;; Version: $Revision: 0.0 $
+;; Version: $Revision: 0.1 $
 ;; Keywords: encoded-word, MIME, multilingual, header, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -43,7 +43,7 @@
 ;;;
 
 (defconst eword-decode-RCS-ID
-  "$Id: eword-decode.el,v 0.0 1997-02-22 16:29:38 morioka Exp $")
+  "$Id: eword-decode.el,v 0.1 1997-02-24 01:46:59 tmorioka Exp $")
 (defconst eword-decode-version (get-version-string eword-decode-RCS-ID))
 
 
@@ -54,7 +54,7 @@
 (defconst eword-encoded-word-regexp
   (concat (regexp-quote "=?")
          "\\("
-         eword-charset-regexp
+         mime-charset-regexp
          "\\)"
          (regexp-quote "?")
          "\\(B\\|Q\\)"