diff options
| author | Eric S. Raymond | 1992-07-22 04:22:30 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1992-07-22 04:22:30 +0000 |
| commit | 9750e079ddb0df24810a8a19a3210616d3f71db9 (patch) | |
| tree | caa58c722ed2eae1002c3aeaa8cf49421f4a3dce | |
| parent | 6d74b528d014d3ae65306e8afe154ccc66386be5 (diff) | |
| download | emacs-9750e079ddb0df24810a8a19a3210616d3f71db9.tar.gz emacs-9750e079ddb0df24810a8a19a3210616d3f71db9.zip | |
entered into RCS
74 files changed, 148 insertions, 218 deletions
diff --git a/lisp/abbrevlist.el b/lisp/abbrevlist.el index 4db719486cd..7b54f5f0398 100644 --- a/lisp/abbrevlist.el +++ b/lisp/abbrevlist.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; abbrevlist.el --- list one abbrev table alphabetically ordered. | 1 | ;;; abbrevlist.el --- list one abbrev table alphabetically ordered. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 16 Mar 1992 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1986, 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1992 Free Software Foundation, Inc. |
| 7 | ;; Suggested by a previous version by Gildea. | 4 | ;; Suggested by a previous version by Gildea. |
| 5 | ;; Maintainer: FSF | ||
| 6 | |||
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 10 | 9 | ||
diff --git a/lisp/ada.el b/lisp/ada.el index f3746313998..e93d36fdd11 100644 --- a/lisp/ada.el +++ b/lisp/ada.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; ada.el --- Ada editing support package in GNUlisp. v1.0 | 1 | ;;; ada.el --- Ada editing support package in GNUlisp. v1.0 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Vincent Broman <broman@bugs.nosc.mil> | 5 | ;; Author: Vincent Broman <broman@bugs.nosc.mil> |
| 4 | ;; Last-Modified: 30 Jan 1991 | ||
| 5 | ;; Keywords: languages | 6 | ;; Keywords: languages |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985, 1986, 1987 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/apropos.el b/lisp/apropos.el index f92352885ac..8b3f2857fbf 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; apropos.el --- faster apropos commands. | 1 | ;;; apropos.el --- faster apropos commands. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Joe Wells <jbw@bigbird.bu.edu> | 5 | ;; Author: Joe Wells <jbw@bigbird.bu.edu> |
| 4 | ;; Last-Modified: 5 May 1989 | ||
| 5 | ;; Keyword: help | 6 | ;; Keyword: help |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1989 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/array.el b/lisp/array.el index 17190b35bc3..24418c10916 100644 --- a/lisp/array.el +++ b/lisp/array.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; array.el --- array editing commands for Gnu Emacs | 1 | ;;; array.el --- array editing commands for Gnu Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author David M. Brown | 5 | ;; Author David M. Brown |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 30 Jan 1991 | ||
| 6 | ;; Keyword: extensions | 7 | ;; Keyword: extensions |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 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/autoinsert.el b/lisp/autoinsert.el index ca583bb0780..1046aa65904 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; autoinsert.el --- automatic mode-dependent insertion of text into new files | 1 | ;;; autoinsert.el --- automatic mode-dependent insertion of text into new files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Charlie Martin <crm@cs.duke.edu> | 5 | ;; Author: Charlie Martin <crm@cs.duke.edu> |
| 4 | ;; Created: 01 Jul 1988 | 6 | ;; Created: 01 Jul 1988 |
| 5 | ;; Last-Modified: 30 Jun 1992 | ||
| 6 | |||
| 7 | ;; Copyright (C) 1985, 1986, 1987 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/buff-menu.el b/lisp/buff-menu.el index 3b3609ff716..3e509b5198f 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el | |||
| @@ -1,10 +1,9 @@ | |||
| 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 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 09 Jul 1992 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992 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/chistory.el b/lisp/chistory.el index e6871f53e49..403fb0b24e9 100644 --- a/lisp/chistory.el +++ b/lisp/chistory.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; chistory.el --- list command history | 1 | ;;; chistory.el --- list command history |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 16 Mar 1992 | ||
| 6 | |||
| 7 | ;; Copyright (C) 1985 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/compare-w.el b/lisp/compare-w.el index f244e1d1f7c..13b7d4d1794 100644 --- a/lisp/compare-w.el +++ b/lisp/compare-w.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; compare-w.el --- compare text between windows for Emacs. | 1 | ;;; compare-w.el --- compare text between windows for Emacs. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 16 Mar 1992 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1986, 1989 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1989 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/completion.el b/lisp/completion.el index c137f65d056..65e8496c560 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; completion.el --- dynamic word-completion code | 1 | ;;; completion.el --- dynamic word-completion code |
| 2 | 2 | ||
| 3 | ;; Maintainer: bug-completion@think.com | 3 | ;; Maintainer: bug-completion@think.com |
| 4 | ;; Last-Modified: 30 Jun 1992 | ||
| 5 | 4 | ||
| 6 | ;;; Commentary: | 5 | ;;; Commentary: |
| 7 | 6 | ||
diff --git a/lisp/disp-table.el b/lisp/disp-table.el index 88366207a5e..d4ef6649669 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el | |||
| @@ -1,10 +1,10 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Author: Howard Gayle | 5 | ;; Author: Howard Gayle |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 16 Mar 1992 | 7 | ;; Keywords: i14n |
| 6 | |||
| 7 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | ||
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/edmacro.el b/lisp/edmacro.el index 4d92b45b89f..80bc13da17b 100644 --- a/lisp/edmacro.el +++ b/lisp/edmacro.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; edmacro.el --- keyboard macro editor | 1 | ;;; edmacro.el --- keyboard macro editor |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Dave Gillespie <daveg@csvax.caltech.edu> | 5 | ;; Author: Dave Gillespie <daveg@csvax.caltech.edu> |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Version: 1.02 | 7 | ;; Version: 1.02 |
| 6 | ;; Last-Modified: 09 May 1991 | ||
| 7 | |||
| 8 | ;; Copyright (C) 1990 Free Software Foundation, Inc. | ||
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 11 | 10 | ||
diff --git a/lisp/electric.el b/lisp/electric.el index 0a078e4ca24..a3626a007e5 100644 --- a/lisp/electric.el +++ b/lisp/electric.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; electric.el --- window maker and Command loop for `electric' modes. | 1 | ;;; electric.el --- window maker and Command loop for `electric' modes. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 09 Jun 1992 | ||
| 6 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1985, 1986 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/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el index 1a7fe425ea0..58cc760e338 100644 --- a/lisp/emacs-lisp/backquote.el +++ b/lisp/emacs-lisp/backquote.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;; backquote.el --- backquoting for Emacs Lisp macros | 1 | ;; backquote.el --- backquoting for Emacs Lisp macros |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Dick King (king@kestrel). | 5 | ;; Author: Dick King (king@kestrel). |
| 4 | ;; Last-Modified: 16 Mar 1992 | ||
| 5 | ;; Keywords: extensions | 6 | ;; Keywords: extensions |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985 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/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el index f2654a7141d..537b16e6916 100644 --- a/lisp/emacs-lisp/cl-indent.el +++ b/lisp/emacs-lisp/cl-indent.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; cl-indent.el --- enhanced lisp-indent mode | 1 | ;;; cl-indent.el --- enhanced lisp-indent mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | ||
| 4 | ;; Written by Richard Mlynarik July 1987 | ||
| 3 | ;; Author: Richard Mlynark <mly@eddie.mit.edu> | 5 | ;; Author: Richard Mlynark <mly@eddie.mit.edu> |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 09 May 1991 | ||
| 6 | ;; Keywords: lisp, tools | 7 | ;; Keywords: lisp, tools |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | ||
| 9 | ;; Written by Richard Mlynarik July 1987 | ||
| 10 | 9 | ||
| 11 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 12 | 11 | ||
diff --git a/lisp/emacs-lisp/cust-print.el b/lisp/emacs-lisp/cust-print.el index f4d46185e67..da14363d970 100644 --- a/lisp/emacs-lisp/cust-print.el +++ b/lisp/emacs-lisp/cust-print.el | |||
| @@ -1,13 +1,12 @@ | |||
| 1 | ;; cust-print.el -- handles print-level and print-circle. | 1 | ;; cust-print.el -- handles print-level and print-circle. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> | 5 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> |
| 4 | ;; Version: 1.0 | 6 | ;; Version: 1.0 |
| 5 | ;; Last-Modified: 17 Mar 1992 | ||
| 6 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
| 7 | ;; Keyword: extensions | 8 | ;; Keyword: extensions |
| 8 | 9 | ||
| 9 | ;; Copyright (C) 1992 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/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index 07fe87adbdd..ad0e1bac10a 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; debug.el --- debuggers and related commands for Emacs | 1 | ;;; debug.el --- debuggers and related commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 08 Jan 1992 | ||
| 5 | ;; Keyword: lisp, tools | 6 | ;; Keyword: lisp, tools |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985, 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/emacs-lisp/disass.el b/lisp/emacs-lisp/disass.el index f2527584a93..da1d2a91fe6 100644 --- a/lisp/emacs-lisp/disass.el +++ b/lisp/emacs-lisp/disass.el | |||
| @@ -1,13 +1,12 @@ | |||
| 1 | ;;; disass.el --- disassembler for compiled Emacs Lisp code | 1 | ;;; disass.el --- disassembler for compiled Emacs Lisp code |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1986, 1991 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Doug Cutting <doug@csli.stanford.edu> | 5 | ;; Author: Doug Cutting <doug@csli.stanford.edu> |
| 4 | ;; Jamie Zawinski <jwz@lucid.com> | 6 | ;; Jamie Zawinski <jwz@lucid.com> |
| 5 | ;; Maintainer: Jamie Zawinski <jwz@lucid.com> | 7 | ;; Maintainer: Jamie Zawinski <jwz@lucid.com> |
| 6 | ;; Last-Modified: 22 Oct 91 | ||
| 7 | ;; Keyword: internal | 8 | ;; Keyword: internal |
| 8 | 9 | ||
| 9 | ;;; Copyright (C) 1986, 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/emacs-lisp/float.el b/lisp/emacs-lisp/float.el index 400d87ad360..f6e7bb74972 100644 --- a/lisp/emacs-lisp/float.el +++ b/lisp/emacs-lisp/float.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; float.el --- floating point arithmetic package. | 1 | ;;; float.el --- floating point arithmetic package. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Bill Rosenblatt | 5 | ;; Author: Bill Rosenblatt |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 16 Mar 1992 | ||
| 6 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1986 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/emacs-lisp/helper.el b/lisp/emacs-lisp/helper.el index 6f513099aee..66dab22b1a1 100644 --- a/lisp/emacs-lisp/helper.el +++ b/lisp/emacs-lisp/helper.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; helper.el --- utility help package supporting help in electric modes | 1 | ;;; helper.el --- utility help package supporting help in electric modes |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 16 Mar 1991 | ||
| 6 | ;; Keywords: help | 7 | ;; Keywords: help |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1985 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/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 5d23d10786a..1bf57e1d689 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el | |||
| @@ -1,11 +1,10 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 12 Mar 1992 | ||
| 5 | ;; Keyword: lisp, languages | 6 | ;; Keyword: lisp, languages |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985, 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/emacs-lisp/profile.el b/lisp/emacs-lisp/profile.el index b5ad14e15fa..cb2a2bc3a99 100644 --- a/lisp/emacs-lisp/profile.el +++ b/lisp/emacs-lisp/profile.el | |||
| @@ -1,14 +1,13 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> | 5 | ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> |
| 4 | ;; Created: 07 Feb 1992 | 6 | ;; Created: 07 Feb 1992 |
| 5 | ;; Last-Modified: 07 Feb 1992 | ||
| 6 | ;; Version: 1.0 | 7 | ;; Version: 1.0 |
| 7 | ;; Adapted-By: ESR | 8 | ;; Adapted-By: ESR |
| 8 | ;; Keywords: lisp, tools | 9 | ;; Keywords: lisp, tools |
| 9 | 10 | ||
| 10 | ;; Copyright (C) 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/emulation/mlconvert.el b/lisp/emulation/mlconvert.el index 310654fb2b1..20b51466e4f 100644 --- a/lisp/emulation/mlconvert.el +++ b/lisp/emulation/mlconvert.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; mlconvert.el --- convert buffer of Mocklisp code to real lisp. | 1 | ;;; mlconvert.el --- convert buffer of Mocklisp code to real lisp. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 09 May 1991 | ||
| 5 | ;; Keywords: extensions | 6 | ;; Keywords: extensions |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985 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/find-gc.el b/lisp/find-gc.el index 3523f9ca4e2..38088a3ba58 100644 --- a/lisp/find-gc.el +++ b/lisp/find-gc.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; find-gc.el --- detect functions that call the garbage collector | 1 | ;;; find-gc.el --- detect functions that call the garbage collector |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 21 Nov 1990 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992 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/float-sup.el b/lisp/float-sup.el index e4cb195fbc8..bd0d8a444ba 100644 --- a/lisp/float-sup.el +++ b/lisp/float-sup.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; float-sup.el --- detect absence of floating-point support in Emacs runtime | 1 | ;;; float-sup.el --- detect absence of floating-point support in Emacs runtime |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 16 Mar 1992 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1987 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/ftp.el b/lisp/ftp.el index 2d051e1195f..01186dda27a 100644 --- a/lisp/ftp.el +++ b/lisp/ftp.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; ftp.el --- file input and output over Internet using FTP | 1 | ;;; ftp.el --- file input and output over Internet using FTP |
| 2 | 2 | ||
| 3 | ;; Author: Richard Mlynarik <mly@prep.ai.mit.edu> | ||
| 4 | ;; Last-Modified: 05 May 1992 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987 Free Software Foundation, Inc. |
| 7 | 4 | ||
| 5 | ;; Author: Richard Mlynarik <mly@prep.ai.mit.edu> | ||
| 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/gosmacs.el b/lisp/gosmacs.el index 060699e7d5e..fe136b0292b 100644 --- a/lisp/gosmacs.el +++ b/lisp/gosmacs.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; gosmacs.el --- rebindings to imitate Gosmacs. | 1 | ;;; gosmacs.el --- rebindings to imitate Gosmacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 09 May 1991 | ||
| 5 | ;; Keywords: emulations | 6 | ;; Keywords: emulations |
| 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/grow-vers.el b/lisp/grow-vers.el index 11c6fe02335..a7d03dd00bf 100644 --- a/lisp/grow-vers.el +++ b/lisp/grow-vers.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; grow-vers.el --- increment Emacs version number | 1 | ;;; grow-vers.el --- increment Emacs version number |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 31 Oct 1989 | ||
| 5 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985 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/inc-vers.el b/lisp/inc-vers.el index 514aac3f102..008811f54cf 100644 --- a/lisp/inc-vers.el +++ b/lisp/inc-vers.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; inc-vers.el --- load this to increment the recorded Emacs version number. | 1 | ;;; inc-vers.el --- load this to increment the recorded Emacs version number. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 31 Oct 1989 | ||
| 5 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985, 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/indent.el b/lisp/indent.el index 3f5d5fe8156..732daa4782a 100644 --- a/lisp/indent.el +++ b/lisp/indent.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; indent.el --- indentation commands for Emacs | 1 | ;;; indent.el --- indentation commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 09 Jul 1992 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985 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/international/iso-ascii.el b/lisp/international/iso-ascii.el index 2a7417d7cd0..3e1605eb9f0 100644 --- a/lisp/international/iso-ascii.el +++ b/lisp/international/iso-ascii.el | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ;;; iso-ascii.el --- set up char tables for ISO 8859/1 on ASCII terminals. | 1 | ;;; iso-ascii.el --- set up char tables for ISO 8859/1 on ASCII terminals. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Howard Gayle | 5 | ;; Author: Howard Gayle |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 16 Mar 1992 | 7 | ;; Keywords: i14n |
| 6 | |||
| 7 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | ||
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/international/iso-insert.el b/lisp/international/iso-insert.el index be653bed52f..efe7e0cd3c7 100644 --- a/lisp/international/iso-insert.el +++ b/lisp/international/iso-insert.el | |||
| @@ -1,10 +1,10 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Author: Howard Gayle | 5 | ;; Author: Howard Gayle |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 16 Mar 1992 | 7 | ;; Keywords: i14n |
| 6 | |||
| 7 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | ||
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/international/iso-swed.el b/lisp/international/iso-swed.el index 7d16f1d9a12..a39c70c3706 100644 --- a/lisp/international/iso-swed.el +++ b/lisp/international/iso-swed.el | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys | 1 | ;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Howard Gayle | 5 | ;; Author: Howard Gayle |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 16 Mar 1992 | 7 | ;; Keywords: i14n |
| 6 | |||
| 7 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | ||
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/iso8859-1.el b/lisp/iso8859-1.el index 3939bcab6a2..4a3c9f9ce1c 100644 --- a/lisp/iso8859-1.el +++ b/lisp/iso8859-1.el | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ;; iso8859-1.el --- set up case-conversion and syntax tables for ISO 8859/1 | 1 | ;; iso8859-1.el --- set up case-conversion and syntax tables for ISO 8859/1 |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Howard Gayle | 5 | ;; Author: Howard Gayle |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 24 Jun 1992 | 7 | ;; Keywords: i14n |
| 6 | |||
| 7 | ;; Copyright (C) 1988 Free Software Foundation, Inc. | ||
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/macros.el b/lisp/macros.el index 74fdff6f7f0..f3f8181586d 100644 --- a/lisp/macros.el +++ b/lisp/macros.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; macros.el --- non-primitive commands for keyboard macros. | 1 | ;;; macros.el --- non-primitive commands for keyboard macros. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 05 Nov 1991 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1987 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/mail/emacsbug.el b/lisp/mail/emacsbug.el index a450af90a84..e8392c095a2 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el | |||
| @@ -1,12 +1,11 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 21 Dec 1991 | ||
| 6 | 7 | ||
| 7 | ;; Not fully installed because it can work only on Internet hosts. | 8 | ;; Not fully installed because it can work only on Internet hosts. |
| 8 | ;; Copyright (C) 1985 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/mail/mail-utils.el b/lisp/mail/mail-utils.el index 6cff8b2f250..d165dc6d756 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; mail-utils.el --- utility functions used both by rmail and rnews | 1 | ;;; mail-utils.el --- utility functions used both by rmail and rnews |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 16 Mar 1992 | ||
| 5 | ;; Keywords: mail, news | 6 | ;; Keywords: mail, news |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985 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/mail/rfc822.el b/lisp/mail/rfc822.el index 13f87d4fced..f23f3029a17 100644 --- a/lisp/mail/rfc822.el +++ b/lisp/mail/rfc822.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike | 1 | ;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 87, 1990 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: 26 Nov 1990 | ||
| 6 | ;; Keywords: mail | 7 | ;; Keywords: mail |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1986, 87, 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/mail/rmailedit.el b/lisp/mail/rmailedit.el index 5edb34c8c42..86e0f251f2b 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el | |||
| @@ -1,11 +1,10 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 31 Jul 1991 | ||
| 5 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985 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/mail/rmailkwd.el b/lisp/mail/rmailkwd.el index 0d4a87588df..adc750b632d 100644 --- a/lisp/mail/rmailkwd.el +++ b/lisp/mail/rmailkwd.el | |||
| @@ -1,11 +1,10 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 31 Oct 1989 | ||
| 5 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985, 1988 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/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index 3d1df761b48..c4407383968 100644 --- a/lisp/mail/rmailmsc.el +++ b/lisp/mail/rmailmsc.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader | 1 | ;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 31 Oct 1989 | ||
| 5 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985 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/mail/rmailout.el b/lisp/mail/rmailout.el index bc0b4dd73cf..92218c3dd82 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el | |||
| @@ -1,11 +1,10 @@ | |||
| 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 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 01 Mar 1991 | ||
| 5 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985, 1987 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/mail/rmailsort.el b/lisp/mail/rmailsort.el index 02c5215930b..397e2d62f51 100644 --- a/lisp/mail/rmailsort.el +++ b/lisp/mail/rmailsort.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; rmailsort.el --- Rmail: sort messages. | 1 | ;;; rmailsort.el --- Rmail: sort messages. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | 3 | ;; Copyright (C) 1990 Free Software Foundation, Inc. |
| 4 | ;; Last-Modified: 16 Mar 1992 | 4 | |
| 5 | ;; Keywords: mail | 5 | ;; Keywords: mail |
| 6 | 6 | ||
| 7 | ;; Copyright (C) 1990 Free Software Foundation, Inc. | ||
| 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/mail/rmailsum.el b/lisp/mail/rmailsum.el index f9b6e7372c9..d4ed1a1745f 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; rmailsum.el --- "RMAIL" mail reader for Emacs. | 1 | ;;; rmailsum.el --- "RMAIL" mail reader for Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 30 Nov 1990 | ||
| 5 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985 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/mail/rnews.el b/lisp/mail/rnews.el index 13455efe7c8..d699bc55f7f 100644 --- a/lisp/mail/rnews.el +++ b/lisp/mail/rnews.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; rnews.el --- USENET news reader for gnu emacs | 1 | ;;; rnews.el --- USENET news reader for gnu emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 16 Mar 1992 | ||
| 5 | ;; Keywords: news | 6 | ;; Keywords: news |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985, 1986, 1987 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/makesum.el b/lisp/makesum.el index 592d44f7980..0808501f4ee 100644 --- a/lisp/makesum.el +++ b/lisp/makesum.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; makesum.el --- generate key binding summary for Emacs | 1 | ;;; makesum.el --- generate key binding summary for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 09 May 1991 | ||
| 5 | ;; Keywords: help | 6 | ;; Keywords: help |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985 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/man.el b/lisp/man.el index aaffb95adc6..5a7423e82f7 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; man.el --- read in and display parts of Unix manual. | 1 | ;;; man.el --- read in and display parts of Unix manual. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 21 Dec 1991 | ||
| 5 | ;; Keywords: unix | 6 | ;; Keywords: unix |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985, 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/mim-mode.el b/lisp/mim-mode.el index 1a32c15a32f..25d60d947ef 100644 --- a/lisp/mim-mode.el +++ b/lisp/mim-mode.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; mim-mode.el --- Mim (MDL in MDL) mode. | 1 | ;;; mim-mode.el --- Mim (MDL in MDL) mode. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 31 Oct 1989 | ||
| 6 | ;; Keywords: languages | 7 | ;; Keywords: languages |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1985 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/mim-syntax.el b/lisp/mim-syntax.el index 83756034349..beb8d330a35 100644 --- a/lisp/mim-syntax.el +++ b/lisp/mim-syntax.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; mim-syntax.el --- syntax checker for Mim (MDL). | 1 | ;;; mim-syntax.el --- syntax checker for Mim (MDL). |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 31 Oct 1989 | ||
| 6 | ;; Keywords: languages | 7 | ;; Keywords: languages |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1985 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/misc.el b/lisp/misc.el index ebdf52806f7..0c5b865fe34 100644 --- a/lisp/misc.el +++ b/lisp/misc.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; misc.el --- basic editing commands for Emacs | 1 | ;;; misc.el --- basic editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 31 Oct 1989 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1989 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989 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/novice.el b/lisp/novice.el index cc8930443c4..95576d72b07 100644 --- a/lisp/novice.el +++ b/lisp/novice.el | |||
| @@ -1,11 +1,10 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 22 May 1991 | ||
| 5 | ;; Keywords: internal, help | 6 | ;; Keywords: internal, help |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985, 1986, 1987 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/options.el b/lisp/options.el index be6432c1c5d..0b831a5ad5a 100644 --- a/lisp/options.el +++ b/lisp/options.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; options.el --- edit Options command for Emacs. | 1 | ;;; options.el --- edit Options command for Emacs. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 10 Apr 1991 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985 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/play/blackbox.el b/lisp/play/blackbox.el index acca97d2335..2034b7d7972 100644 --- a/lisp/play/blackbox.el +++ b/lisp/play/blackbox.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; blackbox.el --- blackbox game in Emacs Lisp | 1 | ;;; blackbox.el --- blackbox game in Emacs Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu> | 5 | ;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu> |
| 4 | ;; Last-Modified: 24 Jun 1992 | ||
| 5 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
| 6 | ;; Keywords: games | 7 | ;; Keywords: games |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1985, 1986, 1987, 1992 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/play/dissociate.el b/lisp/play/dissociate.el index b0998320f7e..d399212a441 100644 --- a/lisp/play/dissociate.el +++ b/lisp/play/dissociate.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; dissociate.el --- scramble text amusingly for Emacs. | 1 | ;;; dissociate.el --- scramble text amusingly for Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 09 May 1991 | ||
| 5 | ;; Keywords: games | 6 | ;; Keywords: games |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985 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/doctor.el b/lisp/play/doctor.el index 5d6a437e07c..315c4cc11f7 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el | |||
| @@ -1,11 +1,10 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 24 Apr 1992 | ||
| 5 | ;; Keywords: games | 6 | ;; Keywords: games |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985, 1987 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/hanoi.el b/lisp/play/hanoi.el index edb8c0dca35..65c5afe6e69 100644 --- a/lisp/play/hanoi.el +++ b/lisp/play/hanoi.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Author: Damon Anton Permezel | 3 | ;; Author: Damon Anton Permezel |
| 4 | ;; Maintainer: FSF | 4 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 09 May 1991 | ||
| 6 | ;; Keywords: games | 5 | ;; Keywords: games |
| 7 | 6 | ||
| 8 | ; Author (a) 1985, Damon Anton Permezel | 7 | ; Author (a) 1985, Damon Anton Permezel |
diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el index 3fabe5044f4..5d335682dd6 100644 --- a/lisp/progmodes/awk-mode.el +++ b/lisp/progmodes/awk-mode.el | |||
| @@ -1,11 +1,10 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 09 May 1991 | ||
| 5 | ;; Keyword: unix, languages | 6 | ;; Keyword: unix, languages |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1988 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/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 2529fbbe69e..1815bcd8d3b 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; cmacexp.el --- C macro expansion | 1 | ;;; cmacexp.el --- C macro expansion |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 17 Apr 1992 | ||
| 5 | ;; Keywords: c | 6 | ;; Keywords: c |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1988 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/progmodes/fortran.el b/lisp/progmodes/fortran.el index c0a1bdef6a4..37bfff498e0 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el | |||
| @@ -1,13 +1,12 @@ | |||
| 1 | ;;; fortran.el --- Fortran mode for GNU Emacs | 1 | ;;; fortran.el --- Fortran mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;;; Copyright (c) 1991 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Michael D. Prange <prange@erl.mit.edu> | 5 | ;; Author: Michael D. Prange <prange@erl.mit.edu> |
| 4 | ;; Maintainer: bug-fortran-mode@erl.mit.edu | 6 | ;; Maintainer: bug-fortran-mode@erl.mit.edu |
| 5 | ;; Version 1.28.3 | 7 | ;; Version 1.28.3 |
| 6 | ;; Last-Modified: 15 Jul 1991 | ||
| 7 | ;; Keywords: languages | 8 | ;; Keywords: languages |
| 8 | 9 | ||
| 9 | ;;; Copyright (c) 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/progmodes/icon.el b/lisp/progmodes/icon.el index 8f2c644b199..2a2f5a9dcd4 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; icon.el --- mode for editing Icon code | 1 | ;;; icon.el --- mode for editing Icon code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Chris Smith <convex!csmith> | 5 | ;; Author: Chris Smith <convex!csmith> |
| 4 | ;; Created: 15 Feb 89 | 6 | ;; Created: 15 Feb 89 |
| 5 | ;; Last-Modified: 06 Mar 1991 | ||
| 6 | ;; Keywords: languages | 7 | ;; Keywords: languages |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1989 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/progmodes/prolog.el b/lisp/progmodes/prolog.el index cbbf4ecd514..35472d9d587 100644 --- a/lisp/progmodes/prolog.el +++ b/lisp/progmodes/prolog.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; prolog.el --- major mode for editing and running Prolog under Emacs | 1 | ;;; prolog.el --- major mode for editing and running Prolog under Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1987 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> | 5 | ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> |
| 4 | ;; Last-Modified: 08 May 1989 | ||
| 5 | ;; Keywords: languages | 6 | ;; Keywords: languages |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1986, 1987 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/rect.el b/lisp/rect.el index e3021877e0d..34ec7d23b2e 100644 --- a/lisp/rect.el +++ b/lisp/rect.el | |||
| @@ -1,11 +1,10 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 09 May 1991 | ||
| 5 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985 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/register.el b/lisp/register.el index b12beb056e2..0921af97b11 100644 --- a/lisp/register.el +++ b/lisp/register.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; register.el --- register commands for Emacs. | 1 | ;;; register.el --- register commands for Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 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 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/resume.el b/lisp/resume.el index 13357c75d66..f2bb81cd239 100644 --- a/lisp/resume.el +++ b/lisp/resume.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; resume.el --- process command line args from within a suspended Emacs job | 1 | ;;; resume.el --- process command line args from within a suspended Emacs job |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Joe Wells <jbw@bucsf.bu.edu> | 5 | ;; Author: Joe Wells <jbw@bucsf.bu.edu> |
| 4 | ;; Last-Modified: Tue Jun 13 1989 | ||
| 5 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
| 6 | ;; Keywords: processes | 7 | ;; Keywords: processes |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1992 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/rot13.el b/lisp/rot13.el index 939539b49e7..30c1b3d41a4 100644 --- a/lisp/rot13.el +++ b/lisp/rot13.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; rot13.el --- display a buffer in rot13. | 1 | ;;; rot13.el --- display a buffer in rot13. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Howard Gayle: | 5 | ;; Author: Howard Gayle: |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 16 Mar 1992 | ||
| 6 | |||
| 7 | ;; Copyright (C) 1988 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/term/bg-mouse.el b/lisp/term/bg-mouse.el index 4496f0ec4fe..ca3b447de30 100644 --- a/lisp/term/bg-mouse.el +++ b/lisp/term/bg-mouse.el | |||
| @@ -1,13 +1,12 @@ | |||
| 1 | ;;; bg-mouse.el --- GNU Emacs code for BBN Bitgraph mouse. | 1 | ;;; bg-mouse.el --- GNU Emacs code for BBN Bitgraph mouse. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) Free Software Foundation, Inc. Oct 1985. | ||
| 4 | |||
| 3 | ;; Author: John Robinson <jr@bbn-unix.arpa> | 5 | ;; Author: John Robinson <jr@bbn-unix.arpa> |
| 4 | ;; Stephen Gildea <gildea@bbn.com> | 6 | ;; Stephen Gildea <gildea@bbn.com> |
| 5 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 6 | ;; Last-Modified: 14 Jul 1992 | ||
| 7 | ;; Keywords: hardware | 8 | ;; Keywords: hardware |
| 8 | 9 | ||
| 9 | ;; Copyright (C) Free Software Foundation, Inc. Oct 1985. | ||
| 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/textmodes/bib-mode.el b/lisp/textmodes/bib-mode.el index 22110bb4afd..5a9bd6e0e6f 100644 --- a/lisp/textmodes/bib-mode.el +++ b/lisp/textmodes/bib-mode.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; bib-mode.el --- bib-mode, major mode for editing bib files. | 1 | ;;; bib-mode.el --- bib-mode, major mode for editing bib files. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 16 Mar 1992 | ||
| 5 | ;; Keywords: bib | 6 | ;; Keywords: bib |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1989 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/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 2fd9889ff36..9e5671ff69c 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -1,5 +1,7 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Author: Bengt Martensson <ubrinf!mond!bengt> | 5 | ;; Author: Bengt Martensson <ubrinf!mond!bengt> |
| 4 | ;; Mark Shapiro <shapiro@corto.inria.fr> | 6 | ;; Mark Shapiro <shapiro@corto.inria.fr> |
| 5 | ;; Mike Newton <newton@gumby.cs.caltech.edu> | 7 | ;; Mike Newton <newton@gumby.cs.caltech.edu> |
| @@ -7,8 +9,6 @@ | |||
| 7 | ;; Maintainer: Mark Shapiro <shapiro@corto.inria.fr> | 9 | ;; Maintainer: Mark Shapiro <shapiro@corto.inria.fr> |
| 8 | ;; Keywords: tex, bib | 10 | ;; Keywords: tex, bib |
| 9 | 11 | ||
| 10 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | ||
| 11 | |||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 13 | 13 | ||
| 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 14 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el index c32eaf4447e..4c5058fb3a5 100644 --- a/lisp/textmodes/ispell4.el +++ b/lisp/textmodes/ispell4.el | |||
| @@ -1,10 +1,7 @@ | |||
| 1 | ;;; ispell.el --- this is the GNU EMACS interface to GNU ISPELL version 3. | 1 | ;;; ispell.el --- this is the GNU EMACS interface to GNU ISPELL version 3. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 02 Jun 1992 | ||
| 5 | |||
| 6 | ;;Copyright (C) 1990, 1991 Free Software Foundation, Inc. | 3 | ;;Copyright (C) 1990, 1991 Free Software Foundation, Inc. |
| 7 | ;; | 4 | |
| 8 | ;;This file is part of GNU Emacs. | 5 | ;;This file is part of GNU Emacs. |
| 9 | ;; | 6 | ;; |
| 10 | ;;GNU Emacs is free software; you can redistribute it and/or modify | 7 | ;;GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el index 0368a2fcebe..bc2013412de 100644 --- a/lisp/textmodes/nroff-mode.el +++ b/lisp/textmodes/nroff-mode.el | |||
| @@ -1,11 +1,10 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 09 May 1991 | ||
| 5 | ;; Keywords: wp | 6 | ;; Keywords: wp |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985, 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/textmodes/ooutline.el b/lisp/textmodes/ooutline.el index 036e5d6bb63..1712f4b5682 100644 --- a/lisp/textmodes/ooutline.el +++ b/lisp/textmodes/ooutline.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; outline.el --- outline mode commands for Emacs | 1 | ;;; outline.el --- outline mode commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 10 Apr 1991 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1986 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986 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/textmodes/page-ext.el b/lisp/textmodes/page-ext.el index 53953cb65be..a351dcb5e3d 100644 --- a/lisp/textmodes/page-ext.el +++ b/lisp/textmodes/page-ext.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; page-ext.el --- page handling commands | 1 | ;;; page-ext.el --- page handling commands |
| 2 | 2 | ||
| 3 | ;; Author: Robert J. Chassell <bob@gnu.ai.mit.edu> | ||
| 4 | ;; Last-Modified: 10 Apr 1991 | ||
| 5 | |||
| 6 | ;;; Copyright (C) 1990 Free Software Foundation | 3 | ;;; Copyright (C) 1990 Free Software Foundation |
| 7 | 4 | ||
| 5 | ;; Author: Robert J. Chassell <bob@gnu.ai.mit.edu> | ||
| 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/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 8376a70ed05..66e48080bb4 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el | |||
| @@ -1,11 +1,10 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 13 May 1991 | ||
| 5 | ;; Keywords: wp | 6 | ;; Keywords: wp |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985, 86, 87, 1991 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/textmodes/refbib.el b/lisp/textmodes/refbib.el index 31b63da7710..d8344df54d9 100644 --- a/lisp/textmodes/refbib.el +++ b/lisp/textmodes/refbib.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; refbib.el --- convert refer-style references to ones usable by Latex bib | 1 | ;;; refbib.el --- convert refer-style references to ones usable by Latex bib |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Henry Kautz <kautz@research.att.com> | 5 | ;; Author: Henry Kautz <kautz@research.att.com> |
| 4 | ;; Last-Modified: 16 Mar 1992 | ||
| 5 | ;; Keywords: bib, tex | 6 | ;; Keywords: bib, tex |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1989 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/textmodes/scribe.el b/lisp/textmodes/scribe.el index 1765d91a153..891c67ea314 100644 --- a/lisp/textmodes/scribe.el +++ b/lisp/textmodes/scribe.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; scribe.el --- scribe mode, and its idiosyncratic commands. | 1 | ;;; scribe.el --- scribe mode, and its idiosyncratic commands. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 09 May 1991 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. |
| 7 | 4 | ||
| 5 | ;; Maintainer: FSF | ||
| 6 | |||
| 8 | ;; This file might become part of GNU Emacs. | 7 | ;; This file might become part of GNU Emacs. |
| 9 | 8 | ||
| 10 | ;; GNU Emacs is distributed in the hope that it will be useful, | 9 | ;; GNU Emacs is distributed in the hope that it will be useful, |