tm 7.95.
[elisp/tm.git] / gnus / gnus-art-mime.el
index 5d22a5d..15d91c6 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1996/8/6
 ;; Version:
-;;     $Id: gnus-art-mime.el,v 0.4 1996/08/12 09:00:14 morioka Exp $
+;;     $Id: gnus-art-mime.el,v 0.5 1996/08/17 02:45:14 morioka Exp $
 ;; Keywords: news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is not part of GNU Emacs yet.
 ;; General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with This program.  If not, write to the Free Software
-;; Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with this program; see the file COPYING.  If not, write to
+;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; Boston, MA 02111-1307, USA.
 
 ;;; Code:
 
-(require 'tm-view)
+(require 'emu)
 (require 'gnus-art)
 
+(autoload 'mime-eword/decode-region "tm-ew-d"
+  "Decode MIME encoded-words in region." t)
+(autoload 'mime/decode-message-header "tm-ew-d"
+  "Decode MIME encoded-words in message header." t)
+(autoload 'mime/viewer-mode "tm-view"
+  "Major mode for viewing MIME message." t)
+
+
 (defun gnus-decode-rfc1522 ()
   (goto-char (point-min))
   (if (re-search-forward "^[0-9]+\t" nil t)