Mercurial > emacs
comparison lisp/mail/metamail.el @ 83353:532e0a9335a9
Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Patches applied:
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--base-0
tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-1
Add CVS metadata files.
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-2
Update from CVS.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-393
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 04 Sep 2005 03:48:17 +0000 |
parents | 6c13700d1c13 fa5b2493902e |
children | b98066f4aa10 |
comparison
equal
deleted
inserted
replaced
83352:b258b3492423 | 83353:532e0a9335a9 |
---|---|
1 ;;; metamail.el --- Metamail interface for GNU Emacs | 1 ;;; metamail.el --- Metamail interface for GNU Emacs |
2 | 2 |
3 ;; Copyright (C) 1993, 1996 Free Software Foundation, Inc. | 3 ;; Copyright (C) 1993, 1996, 2002, 2003, 2004, |
4 ;; 2005 Free Software Foundation, Inc. | |
4 | 5 |
5 ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> | 6 ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> |
6 ;; Keywords: mail, news, mime, multimedia | 7 ;; Keywords: mail, news, mime, multimedia |
7 | 8 |
8 ;; This file is part of GNU Emacs. | 9 ;; This file is part of GNU Emacs. |
32 | 33 |
33 ;; The idea of using metamail to process MIME messages is from | 34 ;; The idea of using metamail to process MIME messages is from |
34 ;; gnus-mime.el by Spike <Spike@world.std.com>. | 35 ;; gnus-mime.el by Spike <Spike@world.std.com>. |
35 | 36 |
36 ;;; Code: | 37 ;;; Code: |
38 | |
39 (defvar rmail-current-message) | |
40 (defvar rmail-message-vector) | |
37 | 41 |
38 (defgroup metamail nil | 42 (defgroup metamail nil |
39 "Metamail interface for Emacs." | 43 "Metamail interface for Emacs." |
40 :group 'mail | 44 :group 'mail |
41 :group 'hypermedia | 45 :group 'hypermedia |