Mercurial > hg > xemacs-beta
comparison lisp/tm/gnus-art-mime.el @ 74:54cc21c15cbb r20-0b32
Import from CVS: tag r20-0b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:04:33 +0200 |
parents | 131b0175ea99 |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
73:e2d7a37b7c8d | 74:54cc21c15cbb |
---|---|
3 ;; Copyright (C) 1995,1996 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1995,1996 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> | 5 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> |
6 ;; Created: 1996/8/6 | 6 ;; Created: 1996/8/6 |
7 ;; Version: | 7 ;; Version: |
8 ;; $Id: gnus-art-mime.el,v 1.1.1.1 1996/12/18 22:43:38 steve Exp $ | 8 ;; $Id: gnus-art-mime.el,v 1.1.1.2 1996/12/21 20:50:48 steve Exp $ |
9 ;; Keywords: news, MIME, multimedia, multilingual, encoded-word | 9 ;; Keywords: news, MIME, multimedia, multilingual, encoded-word |
10 | 10 |
11 ;; This file is not part of GNU Emacs yet. | 11 ;; This file is not part of GNU Emacs yet. |
12 | 12 |
13 ;; This program is free software; you can redistribute it and/or | 13 ;; This program is free software; you can redistribute it and/or |
26 ;; Boston, MA 02111-1307, USA. | 26 ;; Boston, MA 02111-1307, USA. |
27 | 27 |
28 ;;; Code: | 28 ;;; Code: |
29 | 29 |
30 (require 'emu) | 30 (require 'emu) |
31 (require 'gnus-mime) | |
31 (require 'gnus-art) | 32 (require 'gnus-art) |
33 (require 'tm-view) | |
32 | 34 |
33 (autoload 'mime-eword/decode-region "tm-ew-d" | 35 (autoload 'mime-eword/decode-region "tm-ew-d" |
34 "Decode MIME encoded-words in region." t) | 36 "Decode MIME encoded-words in region." t) |
35 (autoload 'mime/decode-message-header "tm-ew-d" | 37 (autoload 'mime/decode-message-header "tm-ew-d" |
36 "Decode MIME encoded-words in message header." t) | 38 "Decode MIME encoded-words in message header." t) |
37 (autoload 'mime/viewer-mode "tm-view" | |
38 "Major mode for viewing MIME message." t) | |
39 | 39 |
40 | 40 |
41 ;;; @ encoded-word | 41 ;;; @ encoded-word |
42 ;;; | 42 ;;; |
43 | 43 |