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/nnspool.el | |
parent | 4821e2af02e05e24dd06989e389e8ed6d5b2e934 (diff) | |
download | emacs-c2c2f720d6741c3b73ce42ab035d85911d7cadec.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 |