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

Change maintainer.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 02 Nov 2000 12:37:54 +0000
parents c4366892a814
children a6d7df85ca41
comparison
equal deleted inserted replaced
33144:2a1f4e3513de 33145:e2d1dc22d119
1 ;;; mh-comp --- mh-e functions for composing messages 1 ;;; mh-comp --- mh-e functions for composing messages
2 ;; Time-stamp: <95/08/19 17:48:59 gildea> 2 ;; Time-stamp: <95/08/19 17:48:59 gildea>
3 3
4 ;; Copyright (C) 1993,1995,1997,2000 Free Software Foundation, Inc. 4 ;; Copyright (C) 1993,1995,1997,2000 Free Software Foundation, Inc.
5 5
6 ;; Maintainer: None 6 ;; Maintainer: Bill Wohler <wohler@newt.com>
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.
11 11
28 28
29 ;; Internal support for mh-e package. 29 ;; Internal support for mh-e package.
30 30
31 ;;; Change Log: 31 ;;; Change Log:
32 32
33 ;; $Id: mh-comp.el,v 1.18 2000/06/05 07:15:34 monnier Exp $ 33 ;; $Id: mh-comp.el,v 1.19 2000/08/16 20:39:14 monnier Exp $
34 34
35 ;;; Code: 35 ;;; Code:
36 36
37 (provide 'mh-comp) 37 (provide 'mh-comp)
38 (require 'mh-utils) 38 (require 'mh-utils)