diff options
| author | Karl Heuer | 1994-05-03 23:47:06 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-05-03 23:47:06 +0000 |
| commit | 8f1204db34c0e8380f1eb81c9202520511744be3 (patch) | |
| tree | 56bacedc74e969f95709747a5ebb4a4f2a453742 | |
| parent | 325e3af2760eebf750390bfebdf4ee058227e8e4 (diff) | |
| download | emacs-8f1204db34c0e8380f1eb81c9202520511744be3.tar.gz emacs-8f1204db34c0e8380f1eb81c9202520511744be3.zip | |
Update copyright.
61 files changed, 67 insertions, 67 deletions
diff --git a/lisp/apropos.el b/lisp/apropos.el index 98086c20f70..5d9ddc17d74 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; apropos.el --- faster apropos commands. | 1 | ;;; apropos.el --- faster apropos commands. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Joe Wells <jbw@bigbird.bu.edu> | 5 | ;; Author: Joe Wells <jbw@bigbird.bu.edu> |
| 6 | ;; Keywords: help | 6 | ;; Keywords: help |
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 0bddad34ada..7dd43433145 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bookmark.el --- set bookmarks, jump to them later. | 1 | ;;; bookmark.el --- set bookmarks, jump to them later. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993 Free Software Foundation | 3 | ;; Copyright (C) 1993, 1994 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; Author: Karl Fogel <kfogel@cs.oberlin.edu> | 5 | ;; Author: Karl Fogel <kfogel@cs.oberlin.edu> |
| 6 | ;; Maintainer: Karl Fogel <kfogel@cs.oberlin.edu> | 6 | ;; Maintainer: Karl Fogel <kfogel@cs.oberlin.edu> |
diff --git a/lisp/calendar/cal-dst.el b/lisp/calendar/cal-dst.el index 58c3e379691..a0830f151ad 100644 --- a/lisp/calendar/cal-dst.el +++ b/lisp/calendar/cal-dst.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cal-dst.el --- calendar functions for daylight savings rules. | 1 | ;;; cal-dst.el --- calendar functions for daylight savings rules. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Paul Eggert <eggert@twinsun.com> | 5 | ;; Author: Paul Eggert <eggert@twinsun.com> |
| 6 | ;; Edward M. Reingold <reingold@cs.uiuc.edu> | 6 | ;; Edward M. Reingold <reingold@cs.uiuc.edu> |
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el index 77cf4069f27..9be849fb72f 100644 --- a/lisp/calendar/holidays.el +++ b/lisp/calendar/holidays.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; holidays.el --- holiday functions for the calendar package | 1 | ;;; holidays.el --- holiday functions for the calendar package |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1989, 1990, 1992, 1993 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1989, 1990, 1992, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 5 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 6 | ;; Keywords: holidays, calendar | 6 | ;; Keywords: holidays, calendar |
diff --git a/lisp/case-table.el b/lisp/case-table.el index a770d932eb4..8cb49493a55 100644 --- a/lisp/case-table.el +++ b/lisp/case-table.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; case-table.el --- code to extend the character set and support case tables. | 1 | ;;; case-table.el --- code to extend the character set and support case tables. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Howard Gayle | 5 | ;; Author: Howard Gayle |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el index 49eab2965d5..885a7a72ea0 100644 --- a/lisp/cmuscheme.el +++ b/lisp/cmuscheme.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cmuscheme.el --- Scheme process in a buffer. Adapted from tea.el. | 1 | ;;; cmuscheme.el --- Scheme process in a buffer. Adapted from tea.el. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> | 5 | ;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/diary-lib.el b/lisp/diary-lib.el index 1e45f0eb5e7..f10f22e78c1 100644 --- a/lisp/diary-lib.el +++ b/lisp/diary-lib.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; diary.el --- diary functions. | 1 | ;;; diary.el --- diary functions. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1990, 1992, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1990, 1992, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> | 5 | ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 6 | ;; Keywords: calendar | 6 | ;; Keywords: calendar |
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 6cfcbc67599..71f9c695971 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dired-aux.el --- all of dired except what people usually use | 1 | ;;; dired-aux.el --- all of dired except what people usually use |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>. | 5 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>. |
| 6 | 6 | ||
diff --git a/lisp/disp-table.el b/lisp/disp-table.el index d8c861295b9..62af3c2d070 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; disp-table.el --- functions for dealing with char tables. | 1 | ;;; disp-table.el --- functions for dealing with char tables. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Howard Gayle | 5 | ;; Author: Howard Gayle |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/ebuff-menu.el b/lisp/ebuff-menu.el index f39b9d7e6aa..960d74b5f13 100644 --- a/lisp/ebuff-menu.el +++ b/lisp/ebuff-menu.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ebuff-menu.el --- electric-buffer-list mode | 1 | ;;; ebuff-menu.el --- electric-buffer-list mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Richard Mlynarik <mly@ai.mit.edu> | 5 | ;; Author: Richard Mlynarik <mly@ai.mit.edu> |
| 6 | 6 | ||
diff --git a/lisp/edmacro.el b/lisp/edmacro.el index 6c913b7b0fb..ebf67b61854 100644 --- a/lisp/edmacro.el +++ b/lisp/edmacro.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; edmacro.el --- keyboard macro editor | 1 | ;;; edmacro.el --- keyboard macro editor |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 5 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| 6 | ;; Maintainer: Dave Gillespie <daveg@synaptics.com> | 6 | ;; Maintainer: Dave Gillespie <daveg@synaptics.com> |
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index ad5e78710b8..271e570d2e9 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; lisp-mnt.el --- minor mode for Emacs Lisp maintainers | 1 | ;;; lisp-mnt.el --- minor mode for Emacs Lisp maintainers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 6 | ;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com> |
| 7 | ;; Created: 14 Jul 1992 | 7 | ;; Created: 14 Jul 1992 |
| 8 | ;; Version: $Id: lisp-mnt.el,v 1.6 1993/12/26 07:56:21 rms Exp rms $ | 8 | ;; Version: $Id: lisp-mnt.el,v 1.7 1993/12/26 08:02:10 rms Exp kwzh $ |
| 9 | ;; Keywords: docs | 9 | ;; Keywords: docs |
| 10 | ;; X-Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out! | 10 | ;; X-Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out! |
| 11 | 11 | ||
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index b5c13eb1213..a6e2b506b78 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; lisp.el --- Lisp editing commands for Emacs | 1 | ;;; lisp.el --- Lisp editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: lisp, languages | 6 | ;; Keywords: lisp, languages |
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 5ee298998cf..372cae13d90 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; edt.el --- EDT emulation in Emacs | 1 | ;;; edt.el --- EDT emulation in Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mike Clarkson <mike@yetti.UUCP> | 5 | ;; Author: Mike Clarkson <mike@yetti.UUCP> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 9c2af423c07..6844699eb36 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el | |||
| @@ -1,14 +1,14 @@ | |||
| 1 | ;;; find-dired.el --- run a `find' command and dired the output | 1 | ;;; find-dired.el --- run a `find' command and dired the output |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Roland McGrath <roland@gnu.ai.mit.edu>, | 5 | ;; Author: Roland McGrath <roland@gnu.ai.mit.edu>, |
| 6 | ;; Sebastian Kremer <sk@thp.uni-koeln.de> | 6 | ;; Sebastian Kremer <sk@thp.uni-koeln.de> |
| 7 | ;; Maintainer: Sebastian Kremer <sk@thp.uni-koeln.de> | 7 | ;; Maintainer: Sebastian Kremer <sk@thp.uni-koeln.de> |
| 8 | ;; Keywords: unix | 8 | ;; Keywords: unix |
| 9 | 9 | ||
| 10 | (defconst find-dired-version (substring "$Revision: 1.14 $" 11 -2) | 10 | (defconst find-dired-version (substring "$Revision: 1.15 $" 11 -2) |
| 11 | "$Id: find-dired.el,v 1.14 1994/01/06 04:39:00 rms Exp rms $") | 11 | "$Id: find-dired.el,v 1.15 1994/04/24 08:15:55 rms Exp kwzh $") |
| 12 | 12 | ||
| 13 | ;;; This program is free software; you can redistribute it and/or modify | 13 | ;;; This program is free software; you can redistribute it and/or modify |
| 14 | ;;; it under the terms of the GNU General Public License as published by | 14 | ;;; it under the terms of the GNU General Public License as published by |
| @@ -33,7 +33,7 @@ | |||
| 33 | ;; find-dired|Roland McGrath, Sebastian Kremer | 33 | ;; find-dired|Roland McGrath, Sebastian Kremer |
| 34 | ;; |roland@gnu.ai.mit.edu, sk@thp.uni-koeln.de | 34 | ;; |roland@gnu.ai.mit.edu, sk@thp.uni-koeln.de |
| 35 | ;; |Run a `find' command and dired the output | 35 | ;; |Run a `find' command and dired the output |
| 36 | ;; |$Date: 1994/01/06 04:39:00 $|$Revision: 1.14 $| | 36 | ;; |$Date: 1994/04/24 08:15:55 $|$Revision: 1.15 $| |
| 37 | 37 | ||
| 38 | ;; INSTALLATION ====================================================== | 38 | ;; INSTALLATION ====================================================== |
| 39 | 39 | ||
diff --git a/lisp/frame.el b/lisp/frame.el index a43f28ed669..bf0c8537940 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; frame.el --- multi-frame management independent of window systems. | 1 | ;;; frame.el --- multi-frame management independent of window systems. |
| 2 | 2 | ||
| 3 | ;;;; Copyright (C) 1993 Free Software Foundation, Inc. | 3 | ;;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/gnus.el b/lisp/gnus.el index ba7a2b3c902..ac0163ee9ff 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;;; GNUS: an NNTP-based News Reader for GNU Emacs | 1 | ;;; GNUS: an NNTP-based News Reader for GNU Emacs |
| 2 | ;; Copyright (C) 1987, 1988, 1989, 1990, 1993 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 1987,88,89,90,93,94 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> | 4 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> |
| 5 | ;; Version: $Header: /home/fsf/rms/e19/lisp/RCS/gnus.el,v 1.35 1994/04/30 04:22:22 rms Exp rms $ | 5 | ;; Version: $Header: /gd/gnu/emacs/19.0/lisp/RCS/gnus.el,v 1.36 1994/04/30 20:15:08 rms Exp kwzh $ |
| 6 | ;; Keywords: news | 6 | ;; Keywords: news |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/gnuspost.el b/lisp/gnuspost.el index 2a2fe0dd3e9..871f6b9d48a 100644 --- a/lisp/gnuspost.el +++ b/lisp/gnuspost.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnuspost.el --- post news commands for GNUS newsreader | 1 | ;;; gnuspost.el --- post news commands for GNUS newsreader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1990, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1990, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 5 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 6 | ;; Keywords: news | 6 | ;; Keywords: news |
diff --git a/lisp/hexl.el b/lisp/hexl.el index 75a5222e155..4acb68b6817 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; hexl.el --- edit a file in a hex dump format using the hexl filter. | 1 | ;;; hexl.el --- edit a file in a hex dump format using the hexl filter. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu> | 5 | ;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/hilit19.el b/lisp/hilit19.el index 348b6c55a36..3066f200323 100644 --- a/lisp/hilit19.el +++ b/lisp/hilit19.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;; hilit19.el (Release 2.19) -- customizable highlighting for Emacs19. | 1 | ;; hilit19.el (Release 2.19) -- customizable highlighting for Emacs19. |
| 2 | ;; Copyright (c) 1993 Free Software Foundation, Inc. | 2 | ;; Copyright (c) 1993, 1994 Free Software Foundation, Inc. |
| 3 | ;; | 3 | ;; |
| 4 | ;; Author: Jonathan Stigelman <Stig@netcom.com> | 4 | ;; Author: Jonathan Stigelman <Stig@netcom.com> |
| 5 | ;; Keywords: faces | 5 | ;; Keywords: faces |
diff --git a/lisp/international/iso-acc.el b/lisp/international/iso-acc.el index ace9b9c7747..d60d7b4f297 100644 --- a/lisp/international/iso-acc.el +++ b/lisp/international/iso-acc.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; iso-acc.el -- minor mode providing electric accent keys | 1 | ;;; iso-acc.el -- minor mode providing electric accent keys |
| 2 | ;;; Copyright (C) 1993 Free Software Foundation, Inc. | 2 | ;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: Johan Vromans <jv@mh.nl> | 4 | ;; Author: Johan Vromans <jv@mh.nl> |
| 5 | ;; Version: 1.7 (modified) | 5 | ;; Version: 1.7 (modified) |
diff --git a/lisp/international/iso-insert.el b/lisp/international/iso-insert.el index 3005246bd06..63ba98cd165 100644 --- a/lisp/international/iso-insert.el +++ b/lisp/international/iso-insert.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; iso-insert.el --- insert functions for ISO 8859/1. | 1 | ;;; iso-insert.el --- insert functions for ISO 8859/1. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Howard Gayle | 5 | ;; Author: Howard Gayle |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/lpr.el b/lisp/lpr.el index cd278451f7a..cd68c41b615 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; lpr.el --- print Emacs buffer on line printer. | 1 | ;;; lpr.el --- print Emacs buffer on line printer. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1988, 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: unix | 6 | ;; Keywords: unix |
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 0a5a5942347..cd6c68b46b9 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> | 3 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> |
| 4 | ;; Keywords: unix | 4 | ;; Keywords: unix |
| 5 | 5 | ||
| 6 | ;; Copyright (C) 1992 by Sebastian Kremer <sk@thp.uni-koeln.de> | 6 | ;; Copyright (C) 1992, 1994 by Sebastian Kremer <sk@thp.uni-koeln.de> |
| 7 | 7 | ||
| 8 | ;; 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 |
| 9 | ;; 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 |
diff --git a/lisp/macros.el b/lisp/macros.el index 7662c1e8988..8a921ac8d07 100644 --- a/lisp/macros.el +++ b/lisp/macros.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; macros.el --- non-primitive commands for keyboard macros. | 1 | ;;; macros.el --- non-primitive commands for keyboard macros. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: abbrev | 6 | ;; Keywords: abbrev |
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index fa3f588180d..26556a08ad6 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list. | 1 | ;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 5725ce4f64d..5c206fa2cea 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmailedit.el --- "RMAIL edit mode" Edit the current message. | 1 | ;;; rmailedit.el --- "RMAIL edit mode" Edit the current message. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el index 201849d1753..b2a2c90cee5 100644 --- a/lisp/mail/rmailkwd.el +++ b/lisp/mail/rmailkwd.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs. | 1 | ;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1988 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1988, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index bd915141de1..78e55553890 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; undigest.el --- digest-cracking support for the RMAIL mail reader | 1 | ;;; undigest.el --- digest-cracking support for the RMAIL mail reader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/novice.el b/lisp/novice.el index 4fc9a48bfd5..1e611ce0490 100644 --- a/lisp/novice.el +++ b/lisp/novice.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; novice.el --- handling of disabled commands ("novice mode") for Emacs. | 1 | ;;; novice.el --- handling of disabled commands ("novice mode") for Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1987, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal, help | 6 | ;; Keywords: internal, help |
diff --git a/lisp/paths.el b/lisp/paths.el index e72cea01c8b..3a285f55734 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; paths.el --- define pathnames for use by various Emacs commands. | 1 | ;;; paths.el --- define pathnames for use by various Emacs commands. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1988 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1988, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index 7d9fc4632b9..b0e21cd87e2 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; doctor.el --- psychological help for frustrated users. | 1 | ;;; doctor.el --- psychological help for frustrated users. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: games | 6 | ;; Keywords: games |
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index 0d9920f7730..18c0b1173d8 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gomoku.el --- Gomoku game between you and Emacs | 1 | ;;; gomoku.el --- Gomoku game between you and Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Phillippe Schnoebelen <phs@lifia.imag.fr> | 5 | ;; Author: Phillippe Schnoebelen <phs@lifia.imag.fr> |
| 6 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el index ba3249ac357..d606f8e06d0 100644 --- a/lisp/progmodes/awk-mode.el +++ b/lisp/progmodes/awk-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; awk-mode.el --- AWK code editing commands for Emacs | 1 | ;;; awk-mode.el --- AWK code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: unix, languages | 6 | ;; Keywords: unix, languages |
diff --git a/lisp/progmodes/cplus-md.el b/lisp/progmodes/cplus-md.el index af26f52138c..57fb240d5e8 100644 --- a/lisp/progmodes/cplus-md.el +++ b/lisp/progmodes/cplus-md.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; cplus-md.el --- C++ code editing commands for Emacs | 1 | ;;; cplus-md.el --- C++ code editing commands for Emacs |
| 2 | ;;; Copyright (C) 1985, 1992 Free Software Foundation, Inc. | 2 | ;;; Copyright (C) 1985, 1992, 1994 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; This file is part of GNU Emacs. | 4 | ;; This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/lisp/progmodes/inf-lisp.el b/lisp/progmodes/inf-lisp.el index 55f81700483..6dc750585dd 100644 --- a/lisp/progmodes/inf-lisp.el +++ b/lisp/progmodes/inf-lisp.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; inf-lisp.el --- an inferior-lisp mode | 1 | ;;; inf-lisp.el --- an inferior-lisp mode |
| 2 | ;;; Copyright (C) 1988, 1993 Free Software Foundation, Inc. | 2 | ;;; Copyright (C) 1988, 1993, 1994 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> | 4 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> |
| 5 | ;; Keywords: processes, lisp | 5 | ;; Keywords: processes, lisp |
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index ac2c260ad0b..14ee573ecb1 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; perl-mode.el --- Perl code editing commands for GNU Emacs | 1 | ;;; perl-mode.el --- Perl code editing commands for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: William F. Mann | 5 | ;; Author: William F. Mann |
| 6 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
diff --git a/lisp/register.el b/lisp/register.el index 451b6e01dc3..97f5ea6dedf 100644 --- a/lisp/register.el +++ b/lisp/register.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; register.el --- register commands for Emacs. | 1 | ;;; register.el --- register commands for Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/reposition.el b/lisp/reposition.el index f7285c80826..e961d4e5574 100644 --- a/lisp/reposition.el +++ b/lisp/reposition.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; reposition.el --- center a Lisp function or comment on the screen | 1 | ;;; reposition.el --- center a Lisp function or comment on the screen |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu> | 5 | ;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu> |
| 6 | ;; Created: Jan 1991 | 6 | ;; Created: Jan 1991 |
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index 181e02999e7..25b0a80d89f 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; scroll-bar.el --- window system-independent scroll bar support. | 1 | ;;; scroll-bar.el --- window system-independent scroll bar support. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1993 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: hardware | 6 | ;; Keywords: hardware |
diff --git a/lisp/select.el b/lisp/select.el index 060c63ec231..03d7679c262 100644 --- a/lisp/select.el +++ b/lisp/select.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Keywords: internal | 3 | ;; Keywords: internal |
| 4 | 4 | ||
| 5 | ;; Copyright (c) 1993 Free Software Foundation, Inc. | 5 | ;; Copyright (c) 1993, 1994 Free Software Foundation, Inc. |
| 6 | ;; Based partially on earlier release by Lucid. | 6 | ;; Based partially on earlier release by Lucid. |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/server.el b/lisp/server.el index 4fba0ec8d0c..a3186c9da29 100644 --- a/lisp/server.el +++ b/lisp/server.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; server.el --- Lisp code for GNU Emacs running as server process. | 1 | ;;; server.el --- Lisp code for GNU Emacs running as server process. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1987, 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1987, 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: William Sommerfeld <wesommer@athena.mit.edu> | 5 | ;; Author: William Sommerfeld <wesommer@athena.mit.edu> |
| 6 | ;; Keywords: processes | 6 | ;; Keywords: processes |
diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el index 800a4e33310..315cf2ab1cb 100644 --- a/lisp/shadowfile.el +++ b/lisp/shadowfile.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;;; Author: Boris Goldowsky <boris@cs.rochester.edu> | 3 | ;;; Author: Boris Goldowsky <boris@cs.rochester.edu> |
| 4 | ;;; Keywords: comm | 4 | ;;; Keywords: comm |
| 5 | 5 | ||
| 6 | ;;; Copyright (c) 1993 Free Software Foundation | 6 | ;;; Copyright (c) 1993, 1994 Free Software Foundation |
| 7 | ;;; | 7 | ;;; |
| 8 | ;;; 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 |
| 9 | ;;; 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 |
| @@ -22,7 +22,7 @@ | |||
| 22 | ;;; LCD Archive Entry: | 22 | ;;; LCD Archive Entry: |
| 23 | ;;; shadowfile|Boris Goldowsky|boris@cs.rochester.edu| | 23 | ;;; shadowfile|Boris Goldowsky|boris@cs.rochester.edu| |
| 24 | ;;; Helps you keep identical copies of files in multiple places.| | 24 | ;;; Helps you keep identical copies of files in multiple places.| |
| 25 | ;;; $Date: 1993/11/23 06:17:27 $ |$Revision: 1.1 $|~/misc/shadowfile.el.Z| | 25 | ;;; $Date: 1993/12/23 03:45:09 $ |$Revision: 1.2 $|~/misc/shadowfile.el.Z| |
| 26 | 26 | ||
| 27 | ;;; Commentary: | 27 | ;;; Commentary: |
| 28 | ;;; | 28 | ;;; |
diff --git a/lisp/sort.el b/lisp/sort.el index 00fc16e7a0f..11e87a18cdf 100644 --- a/lisp/sort.el +++ b/lisp/sort.el | |||
| @@ -1,6 +1,6 @@ | |||
| 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. | 3 | ;; Copyright (C) 1986, 1987, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Howie Kaye | 5 | ;; Author: Howie Kaye |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/telnet.el b/lisp/telnet.el index 19cac0f734e..82f97376b57 100644 --- a/lisp/telnet.el +++ b/lisp/telnet.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; telnet.el --- run a telnet session from within an Emacs buffer | 1 | ;;; telnet.el --- run a telnet session from within an Emacs buffer |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1985, 1988, 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: William F. Schelter | 5 | ;; Author: William F. Schelter |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/term/wyse50.el b/lisp/term/wyse50.el index 55010fec572..8155425af28 100644 --- a/lisp/term/wyse50.el +++ b/lisp/term/wyse50.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; wyse50.el --- terminal support code for Wyse 50 | 1 | ;;; wyse50.el --- terminal support code for Wyse 50 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel Pfieffer <pfieffer@cix.cict.fr> January 1991 | 5 | ;; Author: Daniel Pfieffer <pfieffer@cix.cict.fr> January 1991 |
| 6 | ;; Jim Blandy <jimb@occs.cs.oberlin.edu> | 6 | ;; Jim Blandy <jimb@occs.cs.oberlin.edu> |
diff --git a/lisp/terminal.el b/lisp/terminal.el index d635f96453d..0bec1908d42 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el | |||
| @@ -1,6 +1,6 @@ | |||
| 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, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986,87,88,89,93,94 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> | 5 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index a582a0d6746..494fdbbed8e 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bibtex.el --- BibTeX mode for GNU Emacs | 1 | ;;; bibtex.el --- BibTeX mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bengt Martensson <ubrinf!mond!bengt> | 5 | ;; Author: Bengt Martensson <ubrinf!mond!bengt> |
| 6 | ;; Mark Shapiro <shapiro@corto.inria.fr> | 6 | ;; Mark Shapiro <shapiro@corto.inria.fr> |
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index bf49fe88429..62873f89785 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; fill.el --- fill commands for Emacs | 1 | ;;; fill.el --- fill commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: wp | 5 | ;; Keywords: wp |
| 6 | 6 | ||
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el index cdb119e06c6..9674c362efb 100644 --- a/lisp/textmodes/nroff-mode.el +++ b/lisp/textmodes/nroff-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source | 1 | ;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: wp | 6 | ;; Keywords: wp |
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el index 6cf2496e016..f00146a08f8 100644 --- a/lisp/textmodes/page-ext.el +++ b/lisp/textmodes/page-ext.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; You may use these commands to handle an address list or other | 3 | ;; You may use these commands to handle an address list or other |
| 4 | ;; small data base. | 4 | ;; small data base. |
| 5 | 5 | ||
| 6 | ;; Copyright (C) 1990, 1991, 1993 Free Software Foundation | 6 | ;; Copyright (C) 1990, 1991, 1993, 1994 Free Software Foundation |
| 7 | 7 | ||
| 8 | ;; Maintainer: Robert J. Chassell <bob@gnu.ai.mit.edu> | 8 | ;; Maintainer: Robert J. Chassell <bob@gnu.ai.mit.edu> |
| 9 | 9 | ||
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index aca848127f2..a6a44fead8e 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; paragraphs.el --- paragraph and sentence parsing. | 1 | ;;; paragraphs.el --- paragraph and sentence parsing. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 86, 87, 1991 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 86, 87, 91, 94 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: wp | 6 | ;; Keywords: wp |
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 72c7125593d..9063212a1c6 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model. | 1 | ;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index e0f24ccb469..0a721419619 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; text-mode.el --- text mode, and its idiosyncratic commands. | 1 | ;;; text-mode.el --- text mode, and its idiosyncratic commands. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | 6 | ||
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index 6674136e0ae..871eaae015c 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el | |||
| @@ -1,6 +1,6 @@ | |||
| 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. | 3 | ;; Copyright (C) 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel Pfeiffer <pfeiffer@cix.cict.fr> | 5 | ;; Author: Daniel Pfeiffer <pfeiffer@cix.cict.fr> |
| 6 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
diff --git a/lisp/time.el b/lisp/time.el index 5df6c5eaad9..413783d516a 100644 --- a/lisp/time.el +++ b/lisp/time.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; time.el --- display time and load in mode line of Emacs. | 1 | ;;; time.el --- display time and load in mode line of Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1987, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | 6 | ||
diff --git a/lisp/timer.el b/lisp/timer.el index 7b1d570c548..f4777daf90f 100644 --- a/lisp/timer.el +++ b/lisp/timer.el | |||
| @@ -1,6 +1,6 @@ | |||
| 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 | ;; Copyright (C) 1990, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | 6 | ||
diff --git a/lisp/uncompress.el b/lisp/uncompress.el index 89db52ef56f..3844c0c47b0 100644 --- a/lisp/uncompress.el +++ b/lisp/uncompress.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; uncompress.el --- auto-decompression hook for visiting .Z files | 1 | ;;; uncompress.el --- auto-decompression hook for visiting .Z files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | 6 | ||
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 0704cdb6aaf..83fec473e07 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-hooks.el --- resident support for version-control | 1 | ;;; vc-hooks.el --- resident support for version-control |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 6 | ;; Version: 5.3 | 6 | ;; Version: 5.3 |
diff --git a/lisp/view.el b/lisp/view.el index 0a3ff20192b..d7a1c29cf3a 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -1,6 +1,6 @@ | |||
| 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. | 3 | ;; Copyright (C) 1985, 1989, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/window.el b/lisp/window.el index 10206e20859..bab282a265c 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; window.el --- GNU Emacs window commands aside from those written in C. | 1 | ;;; window.el --- GNU Emacs window commands aside from those written in C. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1985, 1989, 1992, 1993 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1985, 1989, 1992, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | 6 | ||