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 | |
parent | 4821e2af02e05e24dd06989e389e8ed6d5b2e934 (diff) | |
download | emacs-c2c2f720d6741c3b73ce42ab035d85911d7cadec.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/mh-e.el | 15 | ||||
-rw-r--r-- | lisp/nnspool.el | 8 | ||||
-rw-r--r-- | lisp/nntp.el | 10 |
3 files changed, 25 insertions, 8 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: diff --git a/lisp/nnspool.el b/lisp/nnspool.el index 15afc80504a..ef66a71081b 100644 --- a/lisp/nnspool.el +++ b/lisp/nnspool.el @@ -1,8 +1,12 @@ ;;; nnspool.el --- spool access using NNTP for GNU Emacs +;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> +;; Last-Modified: 16 Mar 1992 + +;; $Header: nnspool.el,v 1.10 90/03/23 13:25:25 umerin Locked $ + ;; Copyright (C) 1988, 1989 Fujitsu Laboratories LTD. ;; Copyright (C) 1988, 1989, 1990 Masanobu UMEDA -;; $Header: nnspool.el,v 1.10 90/03/23 13:25:25 umerin Locked $ ;; This file is part of GNU Emacs. @@ -21,6 +25,8 @@ ;; file named COPYING. Among other things, the copyright notice ;; and this notice must be preserved on all copies. +;;; Code: + (require 'nntp) (defvar nnspool-inews-program news-inews-program diff --git a/lisp/nntp.el b/lisp/nntp.el index d1e0dd2fbe4..6538492aded 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -1,8 +1,12 @@ ;;; nntp.el --- NNTP (RFC977) Interface for GNU Emacs +;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> +;; Last-Modified: 16 Mar 1992 + +;; $Header: nntp.el,v 3.10 90/03/23 13:25:27 umerin Locked $ + ;; Copyright (C) 1987, 1988, 1989 Fujitsu Laboratories LTD. ;; Copyright (C) 1987, 1988, 1989, 1990 Masanobu UMEDA -;; $Header: nntp.el,v 3.10 90/03/23 13:25:27 umerin Locked $ ;; This file is part of GNU Emacs. @@ -21,6 +25,8 @@ ;; file named COPYING. Among other things, the copyright notice ;; and this notice must be preserved on all copies. +;;; Commentary: + ;; This implementation is tested on both 1.2a and 1.5 version of the ;; NNTP package. @@ -43,6 +49,8 @@ ;; system, please send me the diffs. I'll include some of them in the ;; future releases. +;;; Code: + (defvar nntp-server-hook nil "*Hooks for the NNTP server. If the kanji code of the NNTP server is different from the local kanji |