diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 04:22:42 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 04:22:42 +0000 |
commit | 3a801d0c71755fad1c33585e7ed54d9dc240999c (patch) | |
tree | 0a6b35ee3f4a44a00d17dcc21da41e86d46ce734 /lisp/mh-e.el | |
parent | 9750e079ddb0df24810a8a19a3210616d3f71db9 (diff) | |
download | emacs-3a801d0c71755fad1c33585e7ed54d9dc240999c.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/mh-e.el')
-rw-r--r-- | lisp/mh-e.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/mh-e.el b/lisp/mh-e.el index 541a610997b..a10df5aa4ef 100644 --- a/lisp/mh-e.el +++ b/lisp/mh-e.el @@ -1,15 +1,14 @@ ;;; mh-e.el --- GNU Emacs interface to the MH mailer +;;; Copyright (C) 1985, 86, 87, 88, 89, 92 Free Software Foundation + ;; Author: James Larus <larus@ginger.berkeley.edu> ;; Version: 3.7 -;; Last-Modified: 30 Jun 1992 ;; Keywords: mail (defvar mh-e-RCS-id) (setq mh-e-RCS-id "$Header: /var/home/larus/lib/emacs/RCS/mh-e.el,v 3.1 90/09/28 15:47:58 larus Exp Locker: larus $") -;;; Copyright (C) 1985, 86, 87, 88, 89, 92 Free Software Foundation - ;; GNU Emacs is distributed in the hope that it will be useful, ;; but without any warranty. No author or distributor ;; accepts responsibility to anyone for the consequences of using it |