diff options
| author | Eric S. Raymond | 1992-07-22 02:58:21 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1992-07-22 02:58:21 +0000 |
| commit | eea8d4efafbc96001f7c1e0e0cee5912400ba667 (patch) | |
| tree | 9a21b2d45a7e31582806e0e06c2b419d2b9bc254 | |
| parent | 638cb9c6b7a9c3cd4f5ad7dfe6fef60928cc89de (diff) | |
| download | emacs-eea8d4efafbc96001f7c1e0e0cee5912400ba667.tar.gz emacs-eea8d4efafbc96001f7c1e0e0cee5912400ba667.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/loadup.el | 10 | ||||
| -rw-r--r-- | lisp/mail/mailpost.el | 7 | ||||
| -rw-r--r-- | lisp/map-ynp.el | 5 | ||||
| -rw-r--r-- | lisp/mhspool.el | 7 | ||||
| -rw-r--r-- | lisp/mouse.el | 5 | ||||
| -rw-r--r-- | lisp/play/meese.el | 1 | ||||
| -rw-r--r-- | lisp/sort.el | 5 | ||||
| -rw-r--r-- | lisp/startup.el | 5 | ||||
| -rw-r--r-- | lisp/subr.el | 3 | ||||
| -rw-r--r-- | lisp/sun-curs.el | 5 | ||||
| -rw-r--r-- | lisp/tar-mode.el | 5 | ||||
| -rw-r--r-- | lisp/term-nasty.el | 2 | ||||
| -rw-r--r-- | lisp/terminal.el | 5 | ||||
| -rw-r--r-- | lisp/textmodes/tex-mode.el | 5 | ||||
| -rw-r--r-- | lisp/textmodes/texinfo.el | 5 | ||||
| -rw-r--r-- | lisp/textmodes/two-column.el | 5 | ||||
| -rw-r--r-- | lisp/timer.el | 5 | ||||
| -rw-r--r-- | lisp/unused.el | 1 | ||||
| -rw-r--r-- | lisp/view.el | 5 | ||||
| -rw-r--r-- | lisp/vms-patch.el | 5 | ||||
| -rw-r--r-- | lisp/xscheme.el | 5 |
21 files changed, 40 insertions, 61 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 21e770a3cfb..8444976e157 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -1,12 +1,10 @@ | |||
| 1 | ;;; loadup.el --- load up standardly loaded Lisp files for Emacs. | 1 | ;;; loadup.el --- load up standardly loaded Lisp files for Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 14 Jul 1992 | ||
| 5 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 6 | 7 | ||
| 7 | ;; This is loaded into a bare Emacs to make a dumpable one. | ||
| 8 | ;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. | ||
| 9 | |||
| 10 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 11 | 9 | ||
| 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
| @@ -23,6 +21,10 @@ | |||
| 23 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 24 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 25 | 23 | ||
| 24 | ;;; Commentary: | ||
| 25 | |||
| 26 | ;; This is loaded into a bare Emacs to make a dumpable one. | ||
| 27 | |||
| 26 | ;;; Code: | 28 | ;;; Code: |
| 27 | 29 | ||
| 28 | ;;; We don't want to have any undo records in the dumped Emacs. | 30 | ;;; We don't want to have any undo records in the dumped Emacs. |
diff --git a/lisp/mail/mailpost.el b/lisp/mail/mailpost.el index f39d8ee61c2..9cc7e16ef2d 100644 --- a/lisp/mail/mailpost.el +++ b/lisp/mail/mailpost.el | |||
| @@ -1,14 +1,13 @@ | |||
| 1 | ;;; mailpost.el --- RMAIL coupler to /usr/uci/post mailer | 1 | ;;; mailpost.el --- RMAIL coupler to /usr/uci/post mailer |
| 2 | 2 | ||
| 3 | ;; This is in the public domain | ||
| 4 | ;; since Delp distributed it without a copyright notice in 1986. | ||
| 5 | |||
| 3 | ;; Author: Gary Delp <delp@huey.Udel.Edu> | 6 | ;; Author: Gary Delp <delp@huey.Udel.Edu> |
| 4 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 5 | ;; Created: 13 Jan 1986 | 8 | ;; Created: 13 Jan 1986 |
| 6 | ;; Last-Modified: 30 May 1992 | ||
| 7 | ;; Keywords: mail | 9 | ;; Keywords: mail |
| 8 | 10 | ||
| 9 | ;; This is in the public domain | ||
| 10 | ;; since Delp distributed it without a copyright notice in 1986. | ||
| 11 | |||
| 12 | ;;; Commentary: | 11 | ;;; Commentary: |
| 13 | 12 | ||
| 14 | ;; Yet another mail interface. this for the rmail system to provide | 13 | ;; Yet another mail interface. this for the rmail system to provide |
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el index a7b046fbc38..53decf8d87e 100644 --- a/lisp/map-ynp.el +++ b/lisp/map-ynp.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; map-ynp.el --- General-purpose boolean question-asker. | 1 | ;;; map-ynp.el --- General-purpose boolean question-asker. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> | 5 | ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> |
| 4 | ;; Last-Modified: 14 Mar 1992 | ||
| 5 | ;; Keywords: lisp, extensions | 6 | ;; Keywords: lisp, extensions |
| 6 | 7 | ||
| 7 | ;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. | ||
| 8 | ;;; | ||
| 9 | ;;; This program is free software; you can redistribute it and/or modify | 8 | ;;; This program is free software; you can redistribute it and/or modify |
| 10 | ;;; it under the terms of the GNU General Public License as published by | 9 | ;;; it under the terms of the GNU General Public License as published by |
| 11 | ;;; the Free Software Foundation; either version 2, or (at your option) | 10 | ;;; the Free Software Foundation; either version 2, or (at your option) |
diff --git a/lisp/mhspool.el b/lisp/mhspool.el index 287dc3ed268..fba1b5ae839 100644 --- a/lisp/mhspool.el +++ b/lisp/mhspool.el | |||
| @@ -1,15 +1,14 @@ | |||
| 1 | ;;; mhspool.el --- MH folder access using NNTP for GNU Emacs | 1 | ;;; mhspool.el --- MH folder access using NNTP for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1989 Fujitsu Laboratories LTD. | ||
| 4 | ;; Copyright (C) 1988, 1989, 1990 Masanobu UMEDA | ||
| 5 | |||
| 3 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 6 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 4 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 16 Mar 1992 | ||
| 6 | ;; Keywords: mail, news | 8 | ;; Keywords: mail, news |
| 7 | 9 | ||
| 8 | ;; $Header: mhspool.el,v 1.5 90/03/23 13:25:23 umerin Locked $ | 10 | ;; $Header: mhspool.el,v 1.5 90/03/23 13:25:23 umerin Locked $ |
| 9 | 11 | ||
| 10 | ;; Copyright (C) 1988, 1989 Fujitsu Laboratories LTD. | ||
| 11 | ;; Copyright (C) 1988, 1989, 1990 Masanobu UMEDA | ||
| 12 | |||
| 13 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 14 | 13 | ||
| 15 | ;; GNU Emacs is distributed in the hope that it will be useful, | 14 | ;; GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/lisp/mouse.el b/lisp/mouse.el index dfbd4faf7a9..fd26ab44fb9 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; mouse.el --- window system-independent mouse support. | 1 | ;;; mouse.el --- window system-independent mouse support. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1988, 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 10 Jul 1992 | ||
| 5 | ;; Keywords: hardware | 6 | ;; Keywords: hardware |
| 6 | 7 | ||
| 7 | ;;; Copyright (C) 1988, 1992 Free Software Foundation, Inc. | ||
| 8 | |||
| 9 | ;;; This file is part of GNU Emacs. | 8 | ;;; This file is part of GNU Emacs. |
| 10 | 9 | ||
| 11 | ;;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/play/meese.el b/lisp/play/meese.el index 570366d7a73..c82f799da2e 100644 --- a/lisp/play/meese.el +++ b/lisp/play/meese.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;; meese.el --- protect the impressionable young minds of America | 1 | ;; meese.el --- protect the impressionable young minds of America |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | 3 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 20 May 1988 | ||
| 5 | ;; Keywords: games | 4 | ;; Keywords: games |
| 6 | 5 | ||
| 7 | (defun protect-innocence-hook () | 6 | (defun protect-innocence-hook () |
diff --git a/lisp/sort.el b/lisp/sort.el index 63b7190af2a..b03e9947824 100644 --- a/lisp/sort.el +++ b/lisp/sort.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; sort.el --- commands to sort text in an Emacs buffer. | 1 | ;;; sort.el --- commands to sort text in an Emacs buffer. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1987 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Howie Kaye | 5 | ;; Author: Howie Kaye |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 28 Aug 1990 | ||
| 6 | ;; Keywords: unix | 7 | ;; Keywords: unix |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1986, 1987 Free Software Foundation, Inc. | ||
| 9 | |||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 11 | 10 | ||
| 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/startup.el b/lisp/startup.el index 6932ede477c..2d2a8a77104 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; startup.el --- process Emacs shell arguments | 1 | ;;; startup.el --- process Emacs shell arguments |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 09 Jul 1992 | ||
| 5 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. | ||
| 8 | |||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 10 | 9 | ||
| 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/subr.el b/lisp/subr.el index 9941fd7e322..aee62d11f94 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | ;;; subr.el --- basic lisp subroutines for Emacs | 1 | ;;; subr.el --- basic lisp subroutines for Emacs |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 12 Aug 1991 | ||
| 5 | |||
| 6 | ;;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. |
| 7 | 4 | ||
| 8 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/sun-curs.el b/lisp/sun-curs.el index 7db1f5ee2bb..238fdc4e847 100644 --- a/lisp/sun-curs.el +++ b/lisp/sun-curs.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; sun-cursors.el --- cursor definitions for Sun windows | 1 | ;;; sun-cursors.el --- cursor definitions for Sun windows |
| 2 | 2 | ||
| 3 | ;; Author: Jeff Peck <peck@sun.com> | ||
| 4 | ;; Last-Modified: 16 Mar 1992 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987 Free Software Foundation, Inc. |
| 7 | 4 | ||
| 5 | ;; Author: Jeff Peck <peck@sun.com> | ||
| 6 | |||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 9 | 8 | ||
| 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 9 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 6ffe4f3c84b..534204e6124 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el | |||
| @@ -1,13 +1,12 @@ | |||
| 1 | ;;; tar-mode.el --- simple editing of tar files from GNU emacs | 1 | ;;; tar-mode.el --- simple editing of tar files from GNU emacs |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Jamie Zawinski <jwz@lucid.com> | 5 | ;; Author: Jamie Zawinski <jwz@lucid.com> |
| 4 | ;; Created: 04 Apr 1990 | 6 | ;; Created: 04 Apr 1990 |
| 5 | ;; Version: 1.21 | 7 | ;; Version: 1.21 |
| 6 | ;; Last-Modified: 10 Mar 1991 | ||
| 7 | ;; Keywords: unix | 8 | ;; Keywords: unix |
| 8 | 9 | ||
| 9 | ;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc. | ||
| 10 | ;;; | ||
| 11 | ;;; This file is part of GNU Emacs. | 10 | ;;; This file is part of GNU Emacs. |
| 12 | ;;; | 11 | ;;; |
| 13 | ;;; GNU Emacs is free software; you can redistribute it and/or modify | 12 | ;;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/term-nasty.el b/lisp/term-nasty.el index 1ad57f530e1..43d3c441310 100644 --- a/lisp/term-nasty.el +++ b/lisp/term-nasty.el | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | ;;; term-nasty.el --- Damned Things from terminfo.el | 1 | ;;; term-nasty.el --- Damned Things from terminfo.el |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | |||
| 5 | ;;; Commentary: | 3 | ;;; Commentary: |
| 6 | 4 | ||
| 7 | ;; Some people used to be bothered by the following comments that were | 5 | ;; Some people used to be bothered by the following comments that were |
diff --git a/lisp/terminal.el b/lisp/terminal.el index 6e9d954ae39..e8909927c3d 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; terminal.el --- terminal emulator for GNU Emacs. | 1 | ;;; terminal.el --- terminal emulator for GNU Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1987, 1988, 1989 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> | 5 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 05 May 1992 | ||
| 6 | |||
| 7 | ;; Copyright (C) 1986, 1987, 1988, 1989 Free Software Foundation, Inc. | ||
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 10 | 9 | ||
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 9c81a60bbbf..f7d91eb502e 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -1,14 +1,13 @@ | |||
| 1 | ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands. | 1 | ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1989, 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: Edward M. Reingold <reingold@cs.uiuc.edu> | 5 | ;; Maintainer: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 4 | ;; Last-Modified: 04 July 1992 | ||
| 5 | ;; Keywords: tex | 6 | ;; Keywords: tex |
| 6 | 7 | ||
| 7 | ;; Contributions over the years by William F. Schelter, Dick King, | 8 | ;; Contributions over the years by William F. Schelter, Dick King, |
| 8 | ;; Stephen Gildea, Michael Prange, and Edward M. Reingold. | 9 | ;; Stephen Gildea, Michael Prange, and Edward M. Reingold. |
| 9 | 10 | ||
| 10 | ;; Copyright (C) 1985, 1986, 1989, 1992 Free Software Foundation, Inc. | ||
| 11 | |||
| 12 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 13 | 12 | ||
| 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 13 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 146fbe78229..12e33ac6299 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;;; texinfo.el ---- major mode for editing Texinfo files. | 1 | ;;;; texinfo.el ---- major mode for editing Texinfo files. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Bob Chassell <bob@gnu.ai.mit.edu> | 5 | ;; Author: Bob Chassell <bob@gnu.ai.mit.edu> |
| 4 | ;; Version: 2.00 | 6 | ;; Version: 2.00 |
| 5 | ;; Last-Modified: 14 Dec 1990 | ||
| 6 | ;; Keywords: maint, tex, doc, wp | 7 | ;; Keywords: maint, tex, doc, wp |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc. | ||
| 9 | |||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 11 | 10 | ||
| 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index a2ccdd3fd60..9fe6706b751 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; two-column.el --- minor mode for editing of two-column text | 1 | ;;; two-column.el --- minor mode for editing of two-column text |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Daniel Pfeiffer <pfeiffer@cix.cict.fr> | 5 | ;; Author: Daniel Pfeiffer <pfeiffer@cix.cict.fr> |
| 4 | ;; Last-Modified: 14 May 1991 | ||
| 5 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | ||
| 8 | |||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 10 | 9 | ||
| 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/timer.el b/lisp/timer.el index cbe3b2a0478..128d32c7d30 100644 --- a/lisp/timer.el +++ b/lisp/timer.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; timer.el --- run a function with args at some time in future | 1 | ;;; timer.el --- run a function with args at some time in future |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 19 Jan 1990 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1990 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990 Free Software Foundation, Inc. |
| 7 | 4 | ||
| 5 | ;; Maintainer: FSF | ||
| 6 | |||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 9 | 8 | ||
| 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 9 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/unused.el b/lisp/unused.el index 53ad89ac7e2..2a7bfa17a33 100644 --- a/lisp/unused.el +++ b/lisp/unused.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; unused.el --- editing commands in GNU Emacs that turned out not to be used. | 1 | ;;; unused.el --- editing commands in GNU Emacs that turned out not to be used. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | 3 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 14 Dec 1985 | ||
| 5 | ;; Keywords: emulations | 4 | ;; Keywords: emulations |
| 6 | 5 | ||
| 7 | ;;; Commentary: | 6 | ;;; Commentary: |
diff --git a/lisp/view.el b/lisp/view.el index d93c9b50cf8..0cfc52676f4 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; view.el --- peruse file or buffer without editing. | 1 | ;;; view.el --- peruse file or buffer without editing. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1989 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 21 Aug 1988 | ||
| 6 | |||
| 7 | ;; Copyright (C) 1985, 1989 Free Software Foundation, Inc. | ||
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 10 | 9 | ||
diff --git a/lisp/vms-patch.el b/lisp/vms-patch.el index b0d722d3811..36e5e3caa6f 100644 --- a/lisp/vms-patch.el +++ b/lisp/vms-patch.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; vms-patch.el --- override parts of files.el for VMS. | 1 | ;;; vms-patch.el --- override parts of files.el for VMS. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 06 May 1992 | ||
| 5 | ;; Keywords: vms | 6 | ;; Keywords: vms |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1986 Free Software Foundation, Inc. | ||
| 8 | |||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 10 | 9 | ||
| 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/xscheme.el b/lisp/xscheme.el index 61c46a33939..c8ac6ecb126 100644 --- a/lisp/xscheme.el +++ b/lisp/xscheme.el | |||
| @@ -1,13 +1,12 @@ | |||
| 1 | ;;; xscheme.el --- run Scheme under Emacs | 1 | ;;; xscheme.el --- run Scheme under Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 21 Jan 1987 | ||
| 5 | ;; Keywords: languages | 6 | ;; Keywords: languages |
| 6 | 7 | ||
| 7 | ;;; $Header: xscheme.el,v 1.26 90/09/11 01:51:20 GMT cph Exp $ | 8 | ;;; $Header: xscheme.el,v 1.26 90/09/11 01:51:20 GMT cph Exp $ |
| 8 | 9 | ||
| 9 | ;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc. | ||
| 10 | |||
| 11 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 12 | 11 | ||
| 13 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify |