*** empty log message ***
authorEric S. Raymond <esr@snark.thyrsus.com>
Wed, 22 Jul 1992 02:58:21 +0000 (02:58 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Wed, 22 Jul 1992 02:58:21 +0000 (02:58 +0000)
21 files changed:
lisp/loadup.el
lisp/mail/mailpost.el
lisp/map-ynp.el
lisp/mhspool.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/term-nasty.el
lisp/terminal.el
lisp/textmodes/tex-mode.el
lisp/textmodes/texinfo.el
lisp/textmodes/two-column.el
lisp/timer.el
lisp/unused.el
lisp/view.el
lisp/vms-patch.el
lisp/xscheme.el

index 21e770a..8444976 100644 (file)
@@ -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
 ;; 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.
index f39d8ee..9cc7e16 100644 (file)
@@ -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
index a7b046f..53decf8 100644 (file)
@@ -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)
index 287dc3e..fba1b5a 100644 (file)
@@ -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,
index dfbd4fa..fd26ab4 100644 (file)
@@ -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
index 570366d..c82f799 100644 (file)
@@ -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 ()
index 63b7190..b03e994 100644 (file)
@@ -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
index 6932ede..2d2a8a7 100644 (file)
@@ -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
index 9941fd7..aee62d1 100644 (file)
@@ -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.
index 7db1f5e..238fdc4 100644 (file)
@@ -1,10 +1,9 @@
 ;;; sun-cursors.el --- cursor definitions for Sun windows
 
-;; Author: Jeff Peck <peck@sun.com>
-;; Last-Modified: 16 Mar 1992
-
 ;; Copyright (C) 1987 Free Software Foundation, Inc.
 
+;; Author: Jeff Peck <peck@sun.com>
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 6ffe4f3..534204e 100644 (file)
@@ -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
index 1ad57f5..43d3c44 100644 (file)
@@ -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
index 6e9d954..e890992 100644 (file)
@@ -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.
 
index 9c81a60..f7d91eb 100644 (file)
@@ -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
index 146fbe7..12e33ac 100644 (file)
@@ -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
index a2ccdd3..9fe6706 100644 (file)
@@ -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
index cbe3b2a..128d32c 100644 (file)
@@ -1,10 +1,9 @@
 ;;; timer.el --- run a function with args at some time in future
 
-;; Maintainer: FSF
-;; Last-Modified: 19 Jan 1990
-
 ;; Copyright (C) 1990 Free Software Foundation, Inc.
 
+;; Maintainer: FSF
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
index 53ad89a..2a7bfa1 100644 (file)
@@ -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:
index d93c9b5..0cfc526 100644 (file)
@@ -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.
 
index b0d722d..36e5e3c 100644 (file)
@@ -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
index 61c46a3..c8ac6ec 100644 (file)
@@ -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