diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 04:00:03 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 04:00:03 +0000 |
commit | c2c2f720d6741c3b73ce42ab035d85911d7cadec (patch) | |
tree | 31dc575ade3118859cbd3bcd4b65239a4cc32d1e /lisp/mh-e.el | |
parent | 4821e2af02e05e24dd06989e389e8ed6d5b2e934 (diff) | |
download | emacs-c2c2f720d6741c3b73ce42ab035d85911d7cadec.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/mh-e.el')
-rw-r--r-- | lisp/mh-e.el | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/lisp/mh-e.el b/lisp/mh-e.el index 83ad2850904..d33bdf20a77 100644 --- a/lisp/mh-e.el +++ b/lisp/mh-e.el @@ -1,15 +1,13 @@ ;;; mh-e.el --- GNU Emacs interface to the MH mailer -;;; (Version: 3.7 for GNU Emacs Version 18 and MH.5 and MH.6) +;; Author: James Larus <larus@ginger.berkeley.edu> +;; Version: 3.7 (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-89 Free Software Foundation -;;; Author: James Larus (larus@ginger.Berkeley.EDU or ucbvax!larus) -;;; Please send suggestions and corrections to the above address. ;;; -;;; This file contains mh-e, a GNU Emacs front end to the MH mail system. - ;; GNU Emacs is distributed in the hope that it will be useful, ;; but without any warranty. No author or distributor @@ -25,17 +23,22 @@ ;; It should be in a file named COPYING. Among other things, the ;; copyright notice and this notice must be preserved on all copies. +;;; Commentary: + +;;; This file contains mh-e, a GNU Emacs front end to the MH mail system +;;; (specifically, for use with MH.5 and MH.6). ;;; Original version for Gosling emacs by Brian Reid, Stanford, 1982. ;;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. ;;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu ;;; Modified by Stephen Gildea 1988. gildea@bbn.com - ;;; NB. MH must have been compiled with the MHE compiler flag or several ;;; features necessary mh-e will be missing from MH commands, specifically ;;; the -build switch to repl and forw. +;;; Code: + ;;; Constants: |