diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:12:08 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:12:08 +0000 |
commit | 1a06eabd17a8eff0635bc7058349f7c22057864c (patch) | |
tree | 851c3b4adf9217f7ad5d4e6fdc24c8e0efbaa186 /lisp/gnuspost.el | |
parent | 6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (diff) | |
download | emacs-1a06eabd17a8eff0635bc7058349f7c22057864c.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/gnuspost.el')
-rw-r--r-- | lisp/gnuspost.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/gnuspost.el b/lisp/gnuspost.el index 9538aeaea91..f13eb9bdf92 100644 --- a/lisp/gnuspost.el +++ b/lisp/gnuspost.el @@ -1,4 +1,5 @@ -;;; Post news commands for GNUS newsreader +;;; gnuspost.el --- post news commands for GNUS newsreader + ;; Copyright (C) 1989 Fujitsu Laboratories LTD. ;; Copyright (C) 1989, 1990 Masanobu UMEDA ;; $Header: gnuspost.el,v 1.2 90/03/23 13:25:16 umerin Locked $ @@ -671,3 +672,5 @@ containing the organization." )) (provide 'gnuspost) + +;;; gnuspost.el ends here |