diff options
| author | Karl Heuer | 1994-05-03 22:46:37 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-05-03 22:46:37 +0000 |
| commit | d733c5ec034baf089cdc50bc79b919897ab98bec (patch) | |
| tree | 54cf6c296ae02573033e89f6925c11b97a64e5f7 | |
| parent | 6a900cf14e75d806009007e9730a1c14c7c7bc54 (diff) | |
| download | emacs-d733c5ec034baf089cdc50bc79b919897ab98bec.tar.gz emacs-d733c5ec034baf089cdc50bc79b919897ab98bec.zip | |
Update copyright.
34 files changed, 38 insertions, 38 deletions
diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 3d589cf3097..4589a24b96d 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ange-ftp.el --- transparent FTP support for GNU Emacs | 1 | ;;; ange-ftp.el --- transparent FTP support for GNU Emacs |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1989,90,91,92,93,94 Free Software Foundation, Inc. |
| 4 | ;;; | 4 | ;;; |
| 5 | ;; Author: Andy Norman (ange@hplb.hpl.hp.com) | 5 | ;; Author: Andy Norman (ange@hplb.hpl.hp.com) |
| 6 | ;; Keywords: comm | 6 | ;; Keywords: comm |
| @@ -851,7 +851,7 @@ SIZE, if supplied, should be a prime number." | |||
| 851 | ;;;; Internal variables. | 851 | ;;;; Internal variables. |
| 852 | ;;;; ------------------------------------------------------------ | 852 | ;;;; ------------------------------------------------------------ |
| 853 | 853 | ||
| 854 | (defconst ange-ftp-version "$Revision: 1.48 $") | 854 | (defconst ange-ftp-version "$Revision: 1.49 $") |
| 855 | 855 | ||
| 856 | (defvar ange-ftp-data-buffer-name " *ftp data*" | 856 | (defvar ange-ftp-data-buffer-name " *ftp data*" |
| 857 | "Buffer name to hold directory listing data received from ftp process.") | 857 | "Buffer name to hold directory listing data received from ftp process.") |
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 56ec933660b..3c55bdb4d3c 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; buff-menu.el --- buffer menu main function and support functions. | 1 | ;;; buff-menu.el --- buffer menu main function and support functions. |
| 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/calendar/appt.el b/lisp/calendar/appt.el index f27cdd22530..8040f0321a5 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; appt.el --- appointment notification functions. | 1 | ;;; appt.el --- appointment notification functions. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1990 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1990, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Neil Mager <neilm@juliet.ll.mit.edu> | 5 | ;; Author: Neil Mager <neilm@juliet.ll.mit.edu> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/dired.el b/lisp/dired.el index 49c0ade3fba..d9f57022dc0 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; dired.el --- directory-browsing commands | 1 | ;;; dired.el --- directory-browsing commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 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 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el index d67e2bef6f4..a0a9765e807 100644 --- a/lisp/emacs-lisp/backquote.el +++ b/lisp/emacs-lisp/backquote.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; New backquote for GNU Emacs. | 1 | ;;; New backquote for GNU Emacs. |
| 2 | ;;; Copyright (C) 1990, 1992 Free Software Foundation, Inc. | 2 | ;;; Copyright (C) 1990, 1992, 1994 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: Rick Sladkey <jrs@world.std.com> | 4 | ;; Author: Rick Sladkey <jrs@world.std.com> |
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index d7c7d3d5328..ed13938b36d 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler. | 1 | ;;; byte-opt.el --- the optimization passes of the emacs-lisp byte compiler. |
| 2 | 2 | ||
| 3 | ;;; Copyright (c) 1991 Free Software Foundation, Inc. | 3 | ;;; Copyright (c) 1991, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jamie Zawinski <jwz@lucid.com> | 5 | ;; Author: Jamie Zawinski <jwz@lucid.com> |
| 6 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> | 6 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> |
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index d3fc441480b..a6dcdd89043 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bytecomp.el --- compilation of Lisp code into byte code. | 1 | ;;; bytecomp.el --- compilation of Lisp code into byte code. |
| 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 | ;; Author: Jamie Zawinski <jwz@lucid.com> | 5 | ;; Author: Jamie Zawinski <jwz@lucid.com> |
| 6 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> | 6 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> |
diff --git a/lisp/emacs-lisp/lmenu.el b/lisp/emacs-lisp/lmenu.el index afc8f1ae386..d249dcecdff 100644 --- a/lisp/emacs-lisp/lmenu.el +++ b/lisp/emacs-lisp/lmenu.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Keywords: emulations | 3 | ;; Keywords: emulations |
| 4 | 4 | ||
| 5 | ;; Copyright (C) 1992, 1993 Free Software Foundation, Inc. | 5 | ;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/lisp/emacs-lisp/profile.el b/lisp/emacs-lisp/profile.el index e010a78dfa1..2f13bf60bc6 100644 --- a/lisp/emacs-lisp/profile.el +++ b/lisp/emacs-lisp/profile.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; profile.el --- generate run time measurements of Emacs Lisp functions | 1 | ;;; profile.el --- generate run time measurements of Emacs Lisp functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> | 5 | ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> |
| 6 | ;; Created: 07 Feb 1992 | 6 | ;; Created: 07 Feb 1992 |
diff --git a/lisp/flow-ctrl.el b/lisp/flow-ctrl.el index 98d80ee7b1b..f871493c0a2 100644 --- a/lisp/flow-ctrl.el +++ b/lisp/flow-ctrl.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; flow-ctrl.el --- help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control | 1 | ;;; flow-ctrl.el --- help for lusers on cu(1) or ttys with wired-in ^S/^Q flow control |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1990, 1991, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author Kevin Gallagher | 5 | ;; Author Kevin Gallagher |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index bb6aeaa4166..39e17ea8efd 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;; Electric Font Lock Mode | 1 | ;; Electric Font Lock Mode |
| 2 | ;; Copyright (C) 1992, 1993 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: jwz, then rms | 4 | ;; Author: jwz, then rms |
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
diff --git a/lisp/gud.el b/lisp/gud.el index 109665d600b..d4e7620e98b 100644 --- a/lisp/gud.el +++ b/lisp/gud.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Version: 1.3 | 6 | ;; Version: 1.3 |
| 7 | ;; Keywords: unix, tools | 7 | ;; Keywords: unix, tools |
| 8 | 8 | ||
| 9 | ;; Copyright (C) 1992, 1993 Free Software Foundation, Inc. | 9 | ;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||
diff --git a/lisp/help-macro.el b/lisp/help-macro.el index ba84ea47576..10453e0505c 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; help-macro.el --- Makes command line help such as help-for-help | 1 | ;;; help-macro.el --- Makes command line help such as help-for-help |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lynn Slater <lrs@indetech.com> | 5 | ;; Author: Lynn Slater <lrs@indetech.com> |
| 6 | ;; Created: : Mon Oct 1 11:42:39 1990 | 6 | ;; Created: : Mon Oct 1 11:42:39 1990 |
diff --git a/lisp/help.el b/lisp/help.el index 0f5cc33bccb..83b502a2867 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; help.el --- help commands for Emacs | 1 | ;;; help.el --- help commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: help, internal | 6 | ;; Keywords: help, internal |
diff --git a/lisp/info.el b/lisp/info.el index 881aecccaa3..cb517c9bb3a 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; info.el --- info package for Emacs. | 1 | ;;; info.el --- info package for Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1992, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1992, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: help | 6 | ;; Keywords: help |
diff --git a/lisp/international/iso-transl.el b/lisp/international/iso-transl.el index de1c141f204..1008dbd7a7f 100644 --- a/lisp/international/iso-transl.el +++ b/lisp/international/iso-transl.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; iso-transl.el --- keyboard input definitions for ISO 8859/1. | 1 | ;;; iso-transl.el --- keyboard input definitions for ISO 8859/1. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987, 1993, 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/isearch.el b/lisp/isearch.el index ec86de79cdf..20d85caf6fb 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ;;; isearch.el --- incremental search minor mode. | 1 | ;;; isearch.el --- incremental search minor mode. |
| 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: Daniel LaLiberte <liberte@cs.uiuc.edu> | 5 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> |
| 6 | 6 | ||
| 7 | ;; |$Date: 1994/04/07 20:28:23 $|$Revision: 1.65 $ | 7 | ;; |$Date: 1994/05/03 08:27:40 $|$Revision: 1.66 $ |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/loadup.el b/lisp/loadup.el index aa615b916f3..6f5b290348f 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -1,6 +1,6 @@ | |||
| 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. | 3 | ;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index b61fd65b698..4d4460f293c 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmail.el --- main code of "RMAIL" mail reader for Emacs. | 1 | ;;; rmail.el --- main code of "RMAIL" mail reader for Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985,86,87,88,93,94 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index fa96fb9316b..edc78b1efc9 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file. | 1 | ;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1987, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el index ba11d77c8f6..be9d69700fc 100644 --- a/lisp/mail/rmailsort.el +++ b/lisp/mail/rmailsort.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; rmailsort.el --- Rmail: sort messages. | 1 | ;;; rmailsort.el --- Rmail: sort messages. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> | 5 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> |
| 6 | ;; Version: $Header: /gd/gnu/emacs/19.0/lisp/RCS/rmailsort.el,v 1.20 1994/03/30 02:24:05 kwzh Exp kwzh $ | 6 | ;; Version: $Header: /gd/gnu/emacs/19.0/lisp/RCS/rmailsort.el,v 1.21 1994/04/07 03:29:02 kwzh Exp kwzh $ |
| 7 | ;; Keywords: mail | 7 | ;; Keywords: mail |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 47a3e90da2a..3ea44ef0289 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmailsum.el --- make summary buffers for the mail reader | 1 | ;;; rmailsum.el --- make summary buffers for the mail reader |
| 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: mail | 6 | ;; Keywords: mail |
diff --git a/lisp/man.el b/lisp/man.el index 92ba6ffc538..6802ab78766 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; man.el --- browse UNIX manual pages | 1 | ;;; man.el --- browse UNIX manual pages |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Barry A. Warsaw <bwarsaw@cen.com> | 5 | ;; Author: Barry A. Warsaw <bwarsaw@cen.com> |
| 6 | ;; Last-Modified: 31-Jul-1991 | 6 | ;; Last-Modified: 31-Jul-1991 |
diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 861a5ed1759..a3d53e62c99 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mouse-sel.el --- Multi-click selection support for Emacs 19 | 1 | ;;; mouse-sel.el --- Multi-click selection support for Emacs 19 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz> | 5 | ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz> |
| 6 | ;; Keywords: mouse | 6 | ;; Keywords: mouse |
diff --git a/lisp/mouse.el b/lisp/mouse.el index 35e391881b9..232ad378466 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; mouse.el --- window system-independent mouse support. | 1 | ;;; mouse.el --- window system-independent mouse 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/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 76b86e24740..6c615c4d996 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | ;;; cmacexp.el --- expand C macros in a region | 1 | ;;; cmacexp.el --- expand C macros in a region |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Francesco Potorti` <pot@cnuce.cnr.it> | 5 | ;; Author: Francesco Potorti` <pot@cnuce.cnr.it> |
| 6 | ;; Version: $Id: cmacexp.el 1.14 1994/04/20 15:50:48 pot Exp $ | 6 | ;; Version: $Id: cmacexp.el,v 1.13 1994/04/21 18:40:14 rms Exp kwzh $ |
| 7 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
| 8 | ;; Keywords: c | 8 | ;; Keywords: c |
| 9 | 9 | ||
diff --git a/lisp/rect.el b/lisp/rect.el index 60a94877bbc..b19f883976c 100644 --- a/lisp/rect.el +++ b/lisp/rect.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rect.el --- rectangle functions for GNU Emacs. | 1 | ;;; rect.el --- rectangle functions for GNU Emacs. |
| 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: internal | 6 | ;; Keywords: internal |
diff --git a/lisp/subr.el b/lisp/subr.el index 760d1edc22d..8322386fd6d 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; subr.el --- basic lisp subroutines for Emacs | 1 | ;;; subr.el --- basic lisp subroutines 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 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 962fb60597e..68a235405ff 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 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, 1993 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1990, 1991, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jamie Zawinski <jwz@lucid.com> | 5 | ;; Author: Jamie Zawinski <jwz@lucid.com> |
| 6 | ;; Created: 04 Apr 1990 | 6 | ;; Created: 04 Apr 1990 |
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index ec9060c448d..e9ad45c4488 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; x-win.el --- parse switches controlling interface with X window system | 1 | ;;; x-win.el --- parse switches controlling interface with X window system |
| 2 | ;; Copyright (C) 1993 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: FSF | 4 | ;; Author: FSF |
| 5 | ;; Keywords: terminals | 5 | ;; Keywords: terminals |
diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el index 236ed3afc80..618507ae25d 100644 --- a/lisp/textmodes/ooutline.el +++ b/lisp/textmodes/ooutline.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; outline.el --- outline mode commands for Emacs | 1 | ;;; outline.el --- outline mode commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; 7-Feb-94 Kevin Broadey | 5 | ;; 7-Feb-94 Kevin Broadey |
| 6 | ;; Fix show-children so it doesn't try to narrow to (1+ (point-max)) when | 6 | ;; Fix show-children so it doesn't try to narrow to (1+ (point-max)) when |
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index afbae44e0d6..b9c450c859f 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 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. | 3 | ;; Copyright (C) 1985, 1986, 1989, 1992, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: Edward M. Reingold <reingold@cs.uiuc.edu> | 5 | ;; Maintainer: Edward M. Reingold <reingold@cs.uiuc.edu> |
| 6 | ;; Keywords: tex | 6 | ;; Keywords: tex |
diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index d7e09580d30..d986eaf5930 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs | 1 | ;;; time-stamp.el --- Maintain last change time stamps in files edited by Emacs |
| 2 | ;;; Copyright 1989, 1993 Free Software Foundation, Inc. | 2 | ;;; Copyright 1989, 1993, 1994 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Maintainer: Stephen Gildea <gildea@lcs.mit.edu> | 4 | ;; Maintainer: Stephen Gildea <gildea@lcs.mit.edu> |
| 5 | ;; Time-stamp: <94/02/14 15:02:07 gildea> | 5 | ;; Time-stamp: <94/02/14 15:02:07 gildea> |
diff --git a/lisp/vc.el b/lisp/vc.el index b023f632c1c..1ad1c9a7099 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc.el --- drive a version-control system from within Emacs | 1 | ;;; vc.el --- drive a version-control system from within Emacs |
| 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 | ;; Maintainer: eggert@twinsun.com | 6 | ;; Maintainer: eggert@twinsun.com |