changeset 840:113281b361ec

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 22 Jul 1992 02:58:21 +0000
parents c32d6beb8aec
children 2cdce064065f
files lisp/=mhspool.el lisp/=term-nasty.el lisp/=timer.el lisp/loadup.el lisp/mail/mailpost.el lisp/map-ynp.el lisp/mouse.el lisp/play/meese.el lisp/sort.el lisp/startup.el lisp/subr.el lisp/sun-curs.el lisp/tar-mode.el lisp/terminal.el lisp/textmodes/tex-mode.el lisp/textmodes/texinfo.el lisp/textmodes/two-column.el lisp/unused.el lisp/view.el lisp/vms-patch.el lisp/xscheme.el
diffstat 21 files changed, 40 insertions(+), 61 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/=mhspool.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/=mhspool.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,15 +1,14 @@
 ;;; mhspool.el --- MH folder access using NNTP for GNU Emacs
 
+;; Copyright (C) 1988, 1989 Fujitsu Laboratories LTD.
+;; Copyright (C) 1988, 1989, 1990 Masanobu UMEDA
+
 ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
 ;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
 ;; Keywords: mail, news
 
 ;; $Header: mhspool.el,v 1.5 90/03/23 13:25:23 umerin Locked $
 
-;; Copyright (C) 1988, 1989 Fujitsu Laboratories LTD.
-;; Copyright (C) 1988, 1989, 1990 Masanobu UMEDA
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is distributed in the hope that it will be useful,
--- a/lisp/=term-nasty.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/=term-nasty.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,7 +1,5 @@
 ;;; term-nasty.el --- Damned Things from terminfo.el
 
-;; Maintainer: FSF
-
 ;;; Commentary:
 
 ;; Some people used to be bothered by the following comments that were
--- a/lisp/=timer.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/=timer.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,9 +1,8 @@
 ;;; timer.el --- run a function with args at some time in future
 
+;; Copyright (C) 1990 Free Software Foundation, Inc.
+
 ;; Maintainer: FSF
-;; Last-Modified: 19 Jan 1990
-
-;; Copyright (C) 1990 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/loadup.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/loadup.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,12 +1,10 @@
 ;;; loadup.el --- load up standardly loaded Lisp files for Emacs.
 
+;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
+
 ;; Maintainer: FSF
-;; Last-Modified: 14 Jul 1992
 ;; Keywords: internal
 
-;; This is loaded into a bare Emacs to make a dumpable one.
-;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
@@ -23,6 +21,10 @@
 ;; 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 is loaded into a bare Emacs to make a dumpable one.
+
 ;;; Code:
 
 ;;; We don't want to have any undo records in the dumped Emacs.
--- a/lisp/mail/mailpost.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/mail/mailpost.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,14 +1,13 @@
 ;;; mailpost.el --- RMAIL coupler to /usr/uci/post mailer
 
+;; This is in the public domain
+;; since Delp distributed it without a copyright notice in 1986.
+
 ;; Author: Gary Delp <delp@huey.Udel.Edu>
 ;; Maintainer: FSF
 ;; Created: 13 Jan 1986
-;; Last-Modified: 30 May 1992
 ;; Keywords: mail
 
-;; This is in the public domain
-;; since Delp distributed it without a copyright notice in 1986.
-
 ;;; Commentary:
 
 ;; Yet another mail interface.  this for the rmail system to provide
--- a/lisp/map-ynp.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/map-ynp.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,11 +1,10 @@
 ;;; map-ynp.el --- General-purpose boolean question-asker.
 
+;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+
 ;; Author: Roland McGrath <roland@gnu.ai.mit.edu>
-;; Last-Modified: 14 Mar 1992
 ;; Keywords: lisp, extensions
 
-;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
-;;;
 ;;; This program 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 2, or (at your option)
--- a/lisp/mouse.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/mouse.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,11 +1,10 @@
 ;;; mouse.el --- window system-independent mouse support.
 
+;;; Copyright (C) 1988, 1992 Free Software Foundation, Inc.
+
 ;; Maintainer: FSF
-;; Last-Modified: 10 Jul 1992
 ;; Keywords: hardware
 
-;;; Copyright (C) 1988, 1992 Free Software Foundation, Inc.
-
 ;;; This file is part of GNU Emacs.
 
 ;;; GNU Emacs is free software; you can redistribute it and/or modify
--- a/lisp/play/meese.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/play/meese.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,7 +1,6 @@
 ;; meese.el --- protect the impressionable young minds of America
 
 ;; Maintainer: FSF
-;; Last-Modified: 20 May 1988
 ;; Keywords: games
 
 (defun protect-innocence-hook ()
--- a/lisp/sort.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/sort.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,12 +1,11 @@
 ;;; sort.el --- commands to sort text in an Emacs buffer.
 
+;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
+
 ;; Author: Howie Kaye
 ;; Maintainer: FSF
-;; Last-Modified: 28 Aug 1990
 ;; Keywords: unix
 
-;; Copyright (C) 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
--- a/lisp/startup.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/startup.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,11 +1,10 @@
 ;;; startup.el --- process Emacs shell arguments
 
+;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
+
 ;; Maintainer: FSF
-;; Last-Modified: 09 Jul 1992
 ;; Keywords: internal
 
-;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
--- a/lisp/subr.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/subr.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,8 +1,5 @@
 ;;; subr.el --- basic lisp subroutines for Emacs
 
-;; Maintainer: FSF
-;; Last-Modified: 12 Aug 1991
-
 ;;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
--- a/lisp/sun-curs.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/sun-curs.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,9 +1,8 @@
 ;;; sun-cursors.el --- cursor definitions for Sun windows
 
+;; Copyright (C) 1987 Free Software Foundation, Inc.
+
 ;; Author: Jeff Peck <peck@sun.com>
-;; Last-Modified: 16 Mar 1992
-
-;; Copyright (C) 1987 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/tar-mode.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/tar-mode.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,13 +1,12 @@
 ;;; tar-mode.el --- simple editing of tar files from GNU emacs
 
+;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc.
+
 ;; Author: Jamie Zawinski <jwz@lucid.com>
 ;; Created: 04 Apr 1990
 ;; Version: 1.21
-;; Last-Modified: 10 Mar 1991
 ;; Keywords: unix
 
-;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc.
-;;;
 ;;; This file is part of GNU Emacs.
 ;;;
 ;;; GNU Emacs is free software; you can redistribute it and/or modify
--- a/lisp/terminal.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/terminal.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,10 +1,9 @@
 ;;; terminal.el --- terminal emulator for GNU Emacs.
 
+;; Copyright (C) 1986, 1987, 1988, 1989 Free Software Foundation, Inc.
+
 ;; Author: Richard Mlynarik <mly@eddie.mit.edu>
 ;; Maintainer: FSF
-;; Last-Modified: 05 May 1992
-
-;; Copyright (C) 1986, 1987, 1988, 1989 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/textmodes/tex-mode.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/textmodes/tex-mode.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,14 +1,13 @@
 ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands.
 
+;; Copyright (C) 1985, 1986, 1989, 1992 Free Software Foundation, Inc.
+
 ;; Maintainer: Edward M. Reingold <reingold@cs.uiuc.edu>
-;; Last-Modified: 04 July 1992
 ;; Keywords: tex
 
 ;; Contributions over the years by William F. Schelter, Dick King,
 ;; Stephen Gildea, Michael Prange, and Edward M. Reingold.
 
-;; Copyright (C) 1985, 1986, 1989, 1992 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
--- a/lisp/textmodes/texinfo.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/textmodes/texinfo.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,12 +1,11 @@
 ;;;; texinfo.el ---- major mode for editing Texinfo files.
 
+;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc.
+
 ;; Author: Bob Chassell <bob@gnu.ai.mit.edu>
 ;; Version: 2.00
-;; Last-Modified: 14 Dec 1990
 ;; Keywords: maint, tex, doc, wp
 
-;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
--- a/lisp/textmodes/two-column.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/textmodes/two-column.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,11 +1,10 @@
 ;;; two-column.el --- minor mode for editing of two-column text
 
+;; Copyright (C) 1992 Free Software Foundation, Inc.
+
 ;; Author: Daniel Pfeiffer <pfeiffer@cix.cict.fr>
-;; Last-Modified: 14 May 1991
 ;; Adapted-By: ESR
 
-;; Copyright (C) 1992 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
--- a/lisp/unused.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/unused.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,7 +1,6 @@
 ;;; unused.el --- editing commands in GNU Emacs that turned out not to be used.
 
 ;; Maintainer: FSF
-;; Last-Modified: 14 Dec 1985
 ;; Keywords: emulations
 
 ;;; Commentary:
--- a/lisp/view.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/view.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,10 +1,9 @@
 ;;; view.el --- peruse file or buffer without editing.
 
+;; Copyright (C) 1985, 1989 Free Software Foundation, Inc.
+
 ;; Author: K. Shane Hartman
 ;; Maintainer: FSF
-;; Last-Modified: 21 Aug 1988
-
-;; Copyright (C) 1985, 1989 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/vms-patch.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/vms-patch.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,11 +1,10 @@
 ;;; vms-patch.el --- override parts of files.el for VMS.
 
+;; Copyright (C) 1986 Free Software Foundation, Inc.
+
 ;; Maintainer: FSF
-;; Last-Modified: 06 May 1992
 ;; Keywords: vms
 
-;; Copyright (C) 1986 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
--- a/lisp/xscheme.el	Wed Jul 22 02:25:17 1992 +0000
+++ b/lisp/xscheme.el	Wed Jul 22 02:58:21 1992 +0000
@@ -1,13 +1,12 @@
 ;;; xscheme.el --- run Scheme under Emacs
 
+;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc.
+
 ;; Maintainer: FSF
-;; Last-Modified: 21 Jan 1987
 ;; Keywords: languages
 
 ;;; $Header: xscheme.el,v 1.26 90/09/11 01:51:20 GMT cph Exp $
 
-;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc.
-
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify