comparison lisp/mail/mh-e.el @ 28033:403cc8481793

Change maintainer to `none'.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 07 Mar 2000 12:36:39 +0000
parents e52f7eedc5b0
children 2e20146198ce
comparison
equal deleted inserted replaced
28032:27dffce74906 28033:403cc8481793
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 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985,86,87,88,90,92,93,94,95,97 Free Software Foundation, Inc.
4 4
5 ;; Maintainer: billcurtis@hotmail.com 5 ;; Maintainer: None
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.21 1999/08/16 03:50:35 kwzh Exp $") 63 (defconst mh-e-RCS-id "$Id: mh-e.el,v 1.22 1999/11/09 13:40:03 gerd 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)