comparison lisp/obsolete/rnews.el @ 38412:253f761ad37b

Some fixes to follow coding conventions in files maintained by FSF.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 16:15:35 +0000
parents 5c3a343fb1ce
children 0d8b17d428b5
comparison
equal deleted inserted replaced
38411:2fc02d49a9a4 38412:253f761ad37b
1 ;;; rnews.el --- USENET news reader for gnu emacs 1 ;;; rnews.el --- USENET news reader for GNU Emacs
2 2
3 ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
4 4
5 ;; Maintainer: FSF 5 ;; Maintainer: FSF
6 ;; Keywords: news 6 ;; Keywords: news
48 ;; move posting and mail code to new file rnewpost.el 48 ;; move posting and mail code to new file rnewpost.el
49 ;; tower@gnu.org Oct 29 1986 49 ;; tower@gnu.org Oct 29 1986
50 ;; added caesar-region, rename news-caesar-buffer-body, hacked accordingly 50 ;; added caesar-region, rename news-caesar-buffer-body, hacked accordingly
51 ;; tower@gnu.org Nov 21 1986 51 ;; tower@gnu.org Nov 21 1986
52 ;; added tower@gnu.org 22 Apr 87 52 ;; added tower@gnu.org 22 Apr 87
53
54 ;;; Commentary:
53 55
54 ;;; Code: 56 ;;; Code:
55 57
56 (require 'mail-utils) 58 (require 'mail-utils)
57 (require 'sendmail) 59 (require 'sendmail)