comparison lisp/mail/mh-e.el @ 33145:e2d1dc22d119

Change maintainer.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 02 Nov 2000 12:37:54 +0000
parents e5b3af28990a
children 67b464da13ec
comparison
equal deleted inserted replaced
33144:2a1f4e3513de 33145:e2d1dc22d119
1 ;;; mh-e.el --- GNU Emacs interface to the MH mail system 1 ;;; mh-e.el --- GNU Emacs interface to the MH mail system
2 2
3 ;; Copyright (C) 1985,86,87,88,90,92,93,94,95,97,2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985,86,87,88,90,92,93,94,95,97,2000 Free Software Foundation, Inc.
4 4
5 ;; Maintainer: None 5 ;; Maintainer: Bill Wohler <wohler@newt.com>
6 ;; Version: 5.0.2 6 ;; Version: 5.0.2
7 ;; Keywords: mail 7 ;; Keywords: mail
8 ;; Bug-reports: include `M-x mh-version' output in any correspondence 8 ;; Bug-reports: include `M-x mh-version' output in any correspondence
9 9
10 ;; This file is part of mh-e, part of GNU Emacs. 10 ;; This file is part of mh-e, part of GNU Emacs.
58 58
59 ;; Original version for Gosling emacs by Brian Reid, Stanford, 1982. 59 ;; Original version for Gosling emacs by Brian Reid, Stanford, 1982.
60 ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. 60 ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985.
61 ;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu 61 ;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu
62 ;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu 62 ;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu
63 (defconst mh-e-RCS-id "$Id: mh-e.el,v 1.25 2000/05/23 20:10:46 monnier Exp $") 63 (defconst mh-e-RCS-id "$Id: mh-e.el,v 1.26 2000/08/16 20:38:40 monnier Exp $")
64 64
65 ;;; Code: 65 ;;; Code:
66 66
67 (provide 'mh-e) 67 (provide 'mh-e)
68 (require 'mh-utils) 68 (require 'mh-utils)