diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 16:15:35 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 16:15:35 +0000 |
commit | 5553563924453df2e3c5bf011bf5b7527172b2f6 (patch) | |
tree | e879bd365f5e59410cdd640d19d140b17a8029c3 /lisp/obsolete | |
parent | 401aa4797329c34b3691872337b9be2c26e4e020 (diff) | |
download | emacs-5553563924453df2e3c5bf011bf5b7527172b2f6.tar.gz |
Some fixes to follow coding conventions in files maintained by FSF.
Diffstat (limited to 'lisp/obsolete')
-rw-r--r-- | lisp/obsolete/auto-show.el | 11 | ||||
-rw-r--r-- | lisp/obsolete/hilit19.el | 6 | ||||
-rw-r--r-- | lisp/obsolete/ooutline.el | 4 | ||||
-rw-r--r-- | lisp/obsolete/rnews.el | 4 | ||||
-rw-r--r-- | lisp/obsolete/rnewspost.el | 2 |
5 files changed, 16 insertions, 11 deletions
diff --git a/lisp/obsolete/auto-show.el b/lisp/obsolete/auto-show.el index 93323f6c8c1..9a813374551 100644 --- a/lisp/obsolete/auto-show.el +++ b/lisp/obsolete/auto-show.el @@ -1,9 +1,11 @@ ;;; auto-show.el --- perform automatic horizontal scrolling as point moves ;;; This file is in the public domain. -;;; Keywords: scroll display convenience -;;; Author: Pete Ware <ware@cis.ohio-state.edu> -;;; Maintainer: FSF +;; This file is part of GNU Emacs. + +;; Keywords: scroll display convenience +;; Author: Pete Ware <ware@cis.ohio-state.edu> +;; Maintainer: FSF ;;; Commentary: @@ -46,5 +48,4 @@ to auto-show from your init file and code." (provide 'auto-show) -;; auto-show.el ends here - +;;; auto-show.el ends here diff --git a/lisp/obsolete/hilit19.el b/lisp/obsolete/hilit19.el index a324de3b1bf..0adcb88a678 100644 --- a/lisp/obsolete/hilit19.el +++ b/lisp/obsolete/hilit19.el @@ -1,4 +1,4 @@ -;;; hilit19.el --- customizable highlighting for Emacs19 +;;; hilit19.el --- customizable highlighting for Emacs 19 ;; Copyright (c) 1993, 1994 Free Software Foundation, Inc. @@ -26,7 +26,7 @@ ;;; Commentary: -;; Hilit19.el is a customizable highlighting package for Emacs19. It supports +;; Hilit19.el is a customizable highlighting package for Emacs 19. It supports ;; not only source code highlighting, but also Info, RMAIL, VM, gnus... ;; Hilit19 knows (or thinks it knows) how to highlight emacs buffers in ;; about 25 different modes. @@ -1512,4 +1512,4 @@ number of backslashes." (provide 'hilit19) -;;; hilit19 ends here. +;;; hilit19.el ends here diff --git a/lisp/obsolete/ooutline.el b/lisp/obsolete/ooutline.el index f2a324bd0f1..ea7ac542031 100644 --- a/lisp/obsolete/ooutline.el +++ b/lisp/obsolete/ooutline.el @@ -1,4 +1,4 @@ -;;; outline.el --- outline mode commands for Emacs +;;; ooutline.el --- outline mode commands for Emacs ;; Copyright (C) 1986, 1993, 1994, 1997 Free Software Foundation, Inc. @@ -582,4 +582,4 @@ Stop at the first and last subheadings of a superior heading." (provide 'outline) -;;; outline.el ends here +;;; ooutline.el ends here diff --git a/lisp/obsolete/rnews.el b/lisp/obsolete/rnews.el index b1570917ee6..03f99ff9098 100644 --- a/lisp/obsolete/rnews.el +++ b/lisp/obsolete/rnews.el @@ -1,4 +1,4 @@ -;;; rnews.el --- USENET news reader for gnu emacs +;;; rnews.el --- USENET news reader for GNU Emacs ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. @@ -51,6 +51,8 @@ ;; tower@gnu.org Nov 21 1986 ;; added tower@gnu.org 22 Apr 87 +;;; Commentary: + ;;; Code: (require 'mail-utils) diff --git a/lisp/obsolete/rnewspost.el b/lisp/obsolete/rnewspost.el index 7788164b4d0..546195e37bd 100644 --- a/lisp/obsolete/rnewspost.el +++ b/lisp/obsolete/rnewspost.el @@ -52,6 +52,8 @@ ;;; >> Nuked by Mly to autoload those functions again, as the duplication of ;;; >> code was making maintenance too difficult. +;;; Commentary: + ;;; Code: (require 'sendmail) |