;;; ;;; tm-eword.el --- RFC 1522 based multilingual MIME message header ;;; encoder/decoder for GNU Emacs ;;; ;;; Copyright (C) 1995 Free Software Foundation, Inc. ;;; Copyright (C) 1993,1994,1995 MORIOKA Tomohiko ;;; ;;; Author: MORIOKA Tomohiko ;;; Version: ;;; $Id: tm-eword.el,v 7.9 1995/10/18 08:55:37 morioka Exp $ ;;; Keywords: mail, news, MIME, RFC 1522, multilingual, encoded-word ;;; (require 'tl-822) (require 'tl-str) (require 'tm-def) (autoload 'mime/encode-message-header "tm-ew-e" nil t) (autoload 'mime/decode-message-header "tm-ew-d" nil t) (autoload 'mime/encode-field "tm-ew-e" nil t) (autoload 'mime-eword/decode-region "tm-ew-d" nil t) (autoload 'mime-eword/encode-string "tm-ew-e") (autoload 'mime-eword/decode-string "tm-ew-d") (autoload 'mime/exist-encoded-word-in-subject "tm-ew-e" nil t) ;;; @ end ;;; (provide 'tm-eword)