Mercurial > emacs
comparison lisp/=gnuspost.el @ 711:22b98190b7ef
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 10 Jun 1992 21:41:54 +0000 |
parents | 08eb386dd0f3 |
children | 4f28bd14272c |
comparison
equal
deleted
inserted
replaced
710:d18c8feb66bd | 711:22b98190b7ef |
---|---|
1 ;;; gnuspost.el --- post news commands for GNUS newsreader | 1 ;;; gnuspost.el --- post news commands for GNUS newsreader |
2 | 2 |
3 ;; Copyright (C) 1989 Fujitsu Laboratories LTD. | 3 ;; Copyright (C) 1989, 1990 Free Software Foundation, Inc. |
4 ;; Copyright (C) 1989, 1990 Masanobu UMEDA | |
5 ;; $Header: gnuspost.el,v 1.2 90/03/23 13:25:16 umerin Locked $ | 4 ;; $Header: gnuspost.el,v 1.2 90/03/23 13:25:16 umerin Locked $ |
6 | 5 |
7 ;; This file is part of GNU Emacs. | 6 ;; This file is part of GNU Emacs. |
8 | 7 |
8 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
9 ;; it under the terms of the GNU General Public License as published by | |
10 ;; the Free Software Foundation; either version 1, or (at your option) | |
11 ;; any later version. | |
12 | |
9 ;; GNU Emacs is distributed in the hope that it will be useful, | 13 ;; GNU Emacs is distributed in the hope that it will be useful, |
10 ;; but WITHOUT ANY WARRANTY. No author or distributor | 14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 ;; accepts responsibility to anyone for the consequences of using it | 15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 ;; or for whether it serves any particular purpose or works at all, | 16 ;; GNU General Public License for more details. |
13 ;; unless he says so in writing. Refer to the GNU Emacs General Public | 17 |
14 ;; License for full details. | 18 ;; You should have received a copy of the GNU General Public License |
15 | 19 ;; along with GNU Emacs; see the file COPYING. If not, write to |
16 ;; Everyone is granted permission to copy, modify and redistribute | 20 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
17 ;; GNU Emacs, but only under the conditions described in the | |
18 ;; GNU Emacs General Public License. A copy of this license is | |
19 ;; supposed to have been given to you along with GNU Emacs so you | |
20 ;; can know your rights and responsibilities. It should be in a | |
21 ;; file named COPYING. Among other things, the copyright notice | |
22 ;; and this notice must be preserved on all copies. | |
23 | 21 |
24 (require 'gnus) | 22 (require 'gnus) |
25 | 23 |
26 (defvar gnus-organization-file "/usr/lib/news/organization" | 24 (defvar gnus-organization-file "/usr/lib/news/organization" |
27 "*Local news organization file.") | 25 "*Local news organization file.") |