diff options
Diffstat (limited to 'lisp/mail/rnewspost.el')
-rw-r--r-- | lisp/mail/rnewspost.el | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/lisp/mail/rnewspost.el b/lisp/mail/rnewspost.el index 91077ed311a..cdc7dd388e7 100644 --- a/lisp/mail/rnewspost.el +++ b/lisp/mail/rnewspost.el @@ -1,12 +1,15 @@ ;;; rnewspost.el --- USENET news poster/mailer for GNU Emacs +;; Maintainer: FSF +;; Last-Modified: 30 May 1992 + ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 1, or (at your option) +;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, @@ -18,6 +21,8 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;; Change Log: + ;; moved posting and mail code from rnews.el ;; tower@prep.ai.mit.edu Wed Oct 29 1986 ;; brought posting code almost up to the revision of RFC 850 for News 2.11 @@ -32,8 +37,6 @@ ;; tower@prep 28 Apr 87 ;; commented out Posting-Front-End to save USENET bytes tower@prep Jul 31 87 ;; commented out -n and -t args in news-inews tower@prep 15 Oct 87 -(require 'sendmail) -(require 'rnews) ;Now in paths.el. ;(defvar news-inews-program "inews" @@ -48,6 +51,11 @@ ;;; >> Nuked by Mly to autoload those functions again, as the duplication of ;;; >> code was making maintenance too difficult. +;;; Code: + +(require 'sendmail) +(require 'rnews) + (defvar news-reply-mode-map () "Mode map used by news-reply.") (or news-reply-mode-map |