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