comparison lisp/mail/mh-e.el @ 11333:53174cfc29fa

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Mon, 10 Apr 1995 00:20:07 +0000
parents c9c652970786
children a6d413bea07e
comparison
equal deleted inserted replaced
11332:c9c652970786 11333:53174cfc29fa
9 ;; Maintainer: Stephen Gildea <gildea@lcs.mit.edu> 9 ;; Maintainer: Stephen Gildea <gildea@lcs.mit.edu>
10 ;; Version: 5.0 10 ;; Version: 5.0
11 ;; Keywords: mail 11 ;; Keywords: mail
12 ;; Bug-reports: include `M-x mh-version' output in any correspondence 12 ;; Bug-reports: include `M-x mh-version' output in any correspondence
13 13
14 ;; mh-e is free software; you can redistribute it and/or modify 14 ;; This file is part of GNU Emacs.
15
16 ;; GNU Emacs is free software; you can redistribute it and/or modify
15 ;; it under the terms of the GNU General Public License as published by 17 ;; it under the terms of the GNU General Public License as published by
16 ;; the Free Software Foundation; either version 2, or (at your option) 18 ;; the Free Software Foundation; either version 2, or (at your option)
17 ;; any later version. 19 ;; any later version.
18 20
19 ;; mh-e is distributed in the hope that it will be useful, 21 ;; GNU Emacs is distributed in the hope that it will be useful,
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 22 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 ;; GNU General Public License for more details. 24 ;; GNU General Public License for more details.
23 25
24 ;; You should have received a copy of the GNU General Public License 26 ;; You should have received a copy of the GNU General Public License
25 ;; along with mh-e; see the file COPYING. If not, write to 27 ;; along with GNU Emacs; see the file COPYING. If not, write to
26 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 28 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
27 29
28 ;;; Commentary: 30 ;;; Commentary:
29 31
30 ;;; HOW TO USE: 32 ;;; HOW TO USE:
59 61
60 ;;; Original version for Gosling emacs by Brian Reid, Stanford, 1982. 62 ;;; Original version for Gosling emacs by Brian Reid, Stanford, 1982.
61 ;;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. 63 ;;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985.
62 ;;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu 64 ;;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu
63 ;;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu 65 ;;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu
64 (defconst mh-e-RCS-id "$Id: mh-e.el,v 3.21 95/03/06 19:11:17 gildea Exp $") 66 (defconst mh-e-RCS-id "$Id: mh-e.el,v 1.5 1995/04/09 22:28:32 kwzh Exp kwzh $")
65 67
66 ;;; Code: 68 ;;; Code:
67 69
68 (provide 'mh-e) 70 (provide 'mh-e)
69 (require 'mh-utils) 71 (require 'mh-utils)