Mercurial > emacs
comparison lisp/mail/mh-mime.el @ 11333:53174cfc29fa
Comment fixes.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 10 Apr 1995 00:20:07 +0000 |
parents | c9c652970786 |
children | 5e44b1839ed4 |
comparison
equal
deleted
inserted
replaced
11332:c9c652970786 | 11333:53174cfc29fa |
---|---|
1 ;;; mh-mime --- mh-e support for composing MIME messages | 1 ;;; mh-mime --- mh-e support for composing MIME messages |
2 ;; Time-stamp: <94/11/18 17:48:19 gildea> | 2 ;; Time-stamp: <94/11/18 17:48:19 gildea> |
3 | 3 |
4 ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. | 4 ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. |
5 | 5 |
6 ;; This file is part of mh-e. | 6 ;; This file is part of GNU Emacs. |
7 | 7 |
8 ;; mh-e is free software; you can redistribute it and/or modify | 8 ;; GNU Emacs is free software; you can redistribute it and/or modify |
9 ;; it under the terms of the GNU General Public License as published by | 9 ;; it under the terms of the GNU General Public License as published by |
10 ;; the Free Software Foundation; either version 2, or (at your option) | 10 ;; the Free Software Foundation; either version 2, or (at your option) |
11 ;; any later version. | 11 ;; any later version. |
12 | 12 |
13 ;; mh-e is distributed in the hope that it will be useful, | 13 ;; GNU Emacs is distributed in the hope that it will be useful, |
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 ;; GNU General Public License for more details. | 16 ;; GNU General Public License for more details. |
17 | 17 |
18 ;; You should have received a copy of the GNU General Public License | 18 ;; You should have received a copy of the GNU General Public License |
19 ;; along with mh-e; see the file COPYING. If not, write to | 19 ;; along with GNU Emacs; see the file COPYING. If not, write to |
20 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 20 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
21 | 21 |
22 ;;; Commentary: | 22 ;;; Commentary: |
23 | 23 |
24 ;;; Internal support for mh-e package. | 24 ;;; Internal support for mh-e package. |
25 ;;; Support for generating an mhn composition file. | 25 ;;; Support for generating an mhn composition file. |
26 ;;; MIME is supported only by MH 6.8 or later. | 26 ;;; MIME is supported only by MH 6.8 or later. |
27 | 27 |
28 ;;; Change Log: | 28 ;;; Change Log: |
29 | 29 |
30 ;; $Id: mh-mime.el,v 1.5 94/12/27 22:38:10 gildea Exp $ | 30 ;; $Id: mh-mime.el,v 1.2 1995/04/09 22:30:35 kwzh Exp kwzh $ |
31 | 31 |
32 ;;; Code: | 32 ;;; Code: |
33 | 33 |
34 (provide 'mh-mime) | 34 (provide 'mh-mime) |
35 (require 'mh-comp) | 35 (require 'mh-comp) |