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 | dc0419a7b083b4df98e3480853c44b8af0fec98a (patch) | |
tree | d5deeb5baefb5faaffb78b8a16ada5f19e8dd29b /lisp/=nnspool.el | |
parent | 9b9e4a0d969462615e1fbbc9553f7b1f745ab251 (diff) | |
download | emacs-dc0419a7b083b4df98e3480853c44b8af0fec98a.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/=nnspool.el')
-rw-r--r-- | lisp/=nnspool.el | 8 |
1 files changed, 7 insertions, 1 deletions
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 |