changeset 775:1ca26ccad38e

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Tue, 14 Jul 1992 21:51:51 +0000
parents 11867ad5bab4
children a1d724d96f6b
files lisp/=term-nasty.el lisp/tabify.el lisp/tar-mode.el lisp/telnet.el lisp/textmodes/texnfo-upd.el lisp/textmodes/text-mode.el
diffstat 6 files changed, 38 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/=term-nasty.el	Tue Jul 14 20:54:57 1992 +0000
+++ b/lisp/=term-nasty.el	Tue Jul 14 21:51:51 1992 +0000
@@ -1,12 +1,17 @@
 ;;; term-nasty.el --- Damned Things from terminfo.el
 
-Some people used to be bothered by the following comments that were
-found in terminal.el.  We decided they were distracting, and that it
-was better not to have them there.  On the other hand, we didn't want
-to appear to be giving in to the pressure to censor obscenity that
-currently threatens freedom of speech and of the press in the US.
-So we decided to put the comments here.
+;; Maintainer: FSF
+
+;;; Commentary:
 
+;; Some people used to be bothered by the following comments that were
+;; found in terminal.el.  We decided they were distracting, and that it
+;; was better not to have them there.  On the other hand, we didn't want
+;; to appear to be giving in to the pressure to censor obscenity that
+;; currently threatens freedom of speech and of the press in the US.
+;; So we decided to put the comments here.
+
+;;; Code:
 
 These comments were removed from te-losing-unix.
   ;(what lossage)
--- a/lisp/tabify.el	Tue Jul 14 20:54:57 1992 +0000
+++ b/lisp/tabify.el	Tue Jul 14 21:51:51 1992 +0000
@@ -1,5 +1,8 @@
 ;;; tabify.el --- tab conversion commands for Emacs
 
+;; Maintainer: FSF
+;; Last-Modified: 9 May 1991
+
 ;; Copyright (C) 1985 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -18,6 +21,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Code:
 
 ;;;###autoload
 (defun untabify (start end)
--- a/lisp/tar-mode.el	Tue Jul 14 20:54:57 1992 +0000
+++ b/lisp/tar-mode.el	Tue Jul 14 21:51:51 1992 +0000
@@ -1,8 +1,9 @@
 ;;; tar-mode.el --- simple editing of tar files from GNU emacs
 
-;;; Author:		Jamie Zawinski <jwz@lucid.com>
-;;; Created:		4 Apr 1990
-;;; Version:		1.21, 10 Mar 91
+;; Author: Jamie Zawinski <jwz@lucid.com>
+;; Created: 4 Apr 1990
+;; Version: 1.21
+;; Last-Modified: 10 Mar 1991
 
 ;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc.
 ;;;
@@ -22,6 +23,8 @@
 ;;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
+
 ;;; This package attempts to make dealing with Unix 'tar' archives easier.
 ;;; When this code is loaded, visiting a file whose name ends in '.tar' will
 ;;; cause the contents of that archive file to be displayed in a Dired-like
@@ -87,6 +90,8 @@
 ;;; o  Block files, sparse files, continuation files, and the various header 
 ;;;    types aren't editable.  Actually I don't know that they work at all.
 
+;;; Code:
+
 (defvar tar-anal-blocksize 20
   "*The blocksize of tar files written by Emacs, or nil, meaning don't care.
 The blocksize of a tar file is not really the size of the blocks; rather, it is
--- a/lisp/telnet.el	Tue Jul 14 20:54:57 1992 +0000
+++ b/lisp/telnet.el	Tue Jul 14 21:51:51 1992 +0000
@@ -1,4 +1,9 @@
 ;;; telnet.el --- run a telnet session from within an Emacs buffer
+
+;; Author: William F. Schelter
+;; Maintainer: FSF
+;; Last-Modified: 16 Mar 1992
+
 ;;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -17,7 +22,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;; Author William F. Schelter
+;;; Code:
 
 ;;to do fix software types for lispm:
 ;;to eval current expression.  Also to try to send escape keys correctly.
--- a/lisp/textmodes/texnfo-upd.el	Tue Jul 14 20:54:57 1992 +0000
+++ b/lisp/textmodes/texnfo-upd.el	Tue Jul 14 21:51:51 1992 +0000
@@ -1,6 +1,8 @@
 ;;; texnfo-upd.el --- a utility for updating nodes and menus in Texinfo files.
 
-;;;; Version 2.00   14 Dec 1990
+;; Author: Bob Chassell <bob@gnu.ai.mit.edu>
+;; Version: 2.00
+;; Last-Modified: 14 Dec 1990
 
 ;;;; Copyright 1989, 1990, 1992 Free Software Foundation
 
@@ -20,6 +22,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Commentary:
 
 ;;;; Summary
 
@@ -143,6 +146,7 @@
 ; Since node names should be more concise than section or chapter
 ; titles, node names so inserted will need to be edited manually.
 
+;;; Code:
  
 ;;;; Menu Making Functions
 
--- a/lisp/textmodes/text-mode.el	Tue Jul 14 20:54:57 1992 +0000
+++ b/lisp/textmodes/text-mode.el	Tue Jul 14 21:51:51 1992 +0000
@@ -1,5 +1,8 @@
 ;;; text-mode.el --- text mode, and its idiosyncratic commands.
 
+;; Maintainer: FSF
+;; Last-Modified: 31 Oct 1989
+
 ;; Copyright (C) 1985, 1992 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -18,6 +21,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
+;;; Code:
 
 (defvar text-mode-syntax-table nil
   "Syntax table used while in text mode.")