comparison lisp/=nnspool.el @ 882:bff32d8ecc5e

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Jul 1992 08:52:26 +0000
parents 224b0d5d1a38
children cd90d49526ae
comparison
equal deleted inserted replaced
881:945558e05127 882:bff32d8ecc5e
1 ;;; nnspool.el --- spool access using NNTP for GNU Emacs 1 ;;; nnspool.el --- spool access using NNTP for GNU Emacs
2 2
3 ;; Copyright (C) 1988, 1989 Fujitsu Laboratories LTD. 3 ;; Copyright (C) 1988, 1989, 1990 Free Software Foundation, Inc.
4 ;; Copyright (C) 1988, 1989, 1990 Masanobu UMEDA
5 4
6 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> 5 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
7 ;; Keywords: news 6 ;; Keywords: news
8 7
9 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
10 9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option)
13 ;; any later version.
14
11 ;; GNU Emacs is distributed in the hope that it will be useful, 15 ;; GNU Emacs is distributed in the hope that it will be useful,
12 ;; but WITHOUT ANY WARRANTY. No author or distributor 16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ;; accepts responsibility to anyone for the consequences of using it 17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 ;; or for whether it serves any particular purpose or works at all, 18 ;; GNU General Public License for more details.
15 ;; unless he says so in writing. Refer to the GNU Emacs General Public 19
16 ;; License for full details. 20 ;; You should have received a copy of the GNU General Public License
17 21 ;; along with GNU Emacs; see the file COPYING. If not, write to
18 ;; Everyone is granted permission to copy, modify and redistribute 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
19 ;; GNU Emacs, but only under the conditions described in the
20 ;; GNU Emacs General Public License. A copy of this license is
21 ;; supposed to have been given to you along with GNU Emacs so you
22 ;; can know your rights and responsibilities. It should be in a
23 ;; file named COPYING. Among other things, the copyright notice
24 ;; and this notice must be preserved on all copies.
25 23
26 ;;; Code: 24 ;;; Code:
27 25
28 (require 'nntp) 26 (require 'nntp)
29 27