diff options
| author | Eric S. Raymond | 1992-07-22 02:58:48 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1992-07-22 02:58:48 +0000 |
| commit | 5814274441e07c578c67f33a13e018abb9acfc14 (patch) | |
| tree | 5bf4c7e56b8523d9e905e2f1d111617cab533d6b | |
| parent | eea8d4efafbc96001f7c1e0e0cee5912400ba667 (diff) | |
| download | emacs-5814274441e07c578c67f33a13e018abb9acfc14.tar.gz emacs-5814274441e07c578c67f33a13e018abb9acfc14.zip | |
entered into RCS
34 files changed, 98 insertions, 90 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 7f33a7e6351..95e76493835 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el | |||
| @@ -1,11 +1,12 @@ | |||
| 1 | ;;; upd-copyr.el --- update the copyright notice in a GNU Emacs Lisp file | 1 | ;;; upd-copyr.el --- update the copyright notice in a GNU Emacs Lisp file |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> | 5 | ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> |
| 4 | ;; Last-Modified: 03 Jun 1991 | ||
| 5 | ;; Keywords: maint | 6 | ;; Keywords: maint |
| 6 | 7 | ||
| 7 | ;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. | 8 | ;;; This file is part of GNU Emacs. |
| 8 | ;;; | 9 | |
| 9 | ;;; This program is free software; you can redistribute it and/or modify | 10 | ;;; This program is free software; you can redistribute it and/or modify |
| 10 | ;;; it under the terms of the GNU General Public License as published by | 11 | ;;; it under the terms of the GNU General Public License as published by |
| 11 | ;;; the Free Software Foundation; either version 2, or (at your option) | 12 | ;;; the Free Software Foundation; either version 2, or (at your option) |
diff --git a/lisp/emacs-lisp/tq.el b/lisp/emacs-lisp/tq.el index 3ae320b3604..4c356fe5173 100644 --- a/lisp/emacs-lisp/tq.el +++ b/lisp/emacs-lisp/tq.el | |||
| @@ -1,10 +1,28 @@ | |||
| 1 | ;;; tq.el --- utility to maintain a transaction queue | 1 | ;;; tq.el --- utility to maintain a transaction queue |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Scott Draves <spot@cs.cmu.edu> | 5 | ;; Author: Scott Draves <spot@cs.cmu.edu> |
| 4 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
| 5 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
| 6 | 8 | ||
| 7 | ;; Commentary: | 9 | ;; This file is part of GNU Emacs. |
| 10 | |||
| 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify | ||
| 12 | ;; it under the terms of the GNU General Public License as published by | ||
| 13 | ;; the Free Software Foundation; either version 2, or (at your option) | ||
| 14 | ;; any later version. | ||
| 15 | |||
| 16 | ;; GNU Emacs is distributed in the hope that it will be useful, | ||
| 17 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 18 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 19 | ;; GNU General Public License for more details. | ||
| 20 | |||
| 21 | ;; You should have received a copy of the GNU General Public License | ||
| 22 | ;; along with GNU Emacs; see the file COPYING. If not, write to | ||
| 23 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 24 | |||
| 25 | ;;; Commentary: | ||
| 8 | 26 | ||
| 9 | ;;; manages receiving a stream asynchronously, | 27 | ;;; manages receiving a stream asynchronously, |
| 10 | ;;; parsing it into transactions, and then calling | 28 | ;;; parsing it into transactions, and then calling |
| @@ -18,8 +36,6 @@ | |||
| 18 | 36 | ||
| 19 | ;;; Code: | 37 | ;;; Code: |
| 20 | 38 | ||
| 21 | (provide 'tq) | ||
| 22 | |||
| 23 | (defun tq-create (process) | 39 | (defun tq-create (process) |
| 24 | "Create and return a transaction queue. PROCESS should be capable | 40 | "Create and return a transaction queue. PROCESS should be capable |
| 25 | of sending and receiving streams of bytes. It may be a local process, | 41 | of sending and receiving streams of bytes. It may be a local process, |
| @@ -92,4 +108,6 @@ answer is identified by REGEXP." | |||
| 92 | (tq-queue-pop tq) | 108 | (tq-queue-pop tq) |
| 93 | (tq-process-buffer tq)))))) | 109 | (tq-process-buffer tq)))))) |
| 94 | 110 | ||
| 111 | (provide 'tq) | ||
| 112 | |||
| 95 | ;;; tq.el ends here | 113 | ;;; tq.el ends here |
diff --git a/lisp/emulation/mlsupport.el b/lisp/emulation/mlsupport.el index 91c62a50d3f..3cbe0b099f3 100644 --- a/lisp/emulation/mlsupport.el +++ b/lisp/emulation/mlsupport.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; mlsupport.el --- run-time support for mocklisp code. | 1 | ;;; mlsupport.el --- run-time support for mocklisp code. |
| 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: 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/emulation/vi.el b/lisp/emulation/vi.el index 3ac64a04bbb..00b2debbe4e 100644 --- a/lisp/emulation/vi.el +++ b/lisp/emulation/vi.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Author: Neal Ziring <nz@rsch.wisc.edu> | 3 | ;; Author: Neal Ziring <nz@rsch.wisc.edu> |
| 4 | ;; Felix S. T. Wu <wu@crys.wisc.edu> | 4 | ;; Felix S. T. Wu <wu@crys.wisc.edu> |
| 5 | ;; Last-Modified: 07 Jan 1987 | ||
| 6 | ;; Keywords: emulations | 5 | ;; Keywords: emulations |
| 7 | 6 | ||
| 8 | ;;; Commentary: | 7 | ;;; Commentary: |
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index 6b38425d782..f26365bf706 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Author: Masahiko Sato <ms@sail.stanford.edu> | 3 | ;; Author: Masahiko Sato <ms@sail.stanford.edu> |
| 4 | ;; Version: 3.5 | 4 | ;; Version: 3.5 |
| 5 | ;; Last-Modified: 15 Sep 1987 | ||
| 6 | ;; Keywords: emulations | 5 | ;; Keywords: emulations |
| 7 | 6 | ||
| 8 | ;;; Commentary: | 7 | ;;; Commentary: |
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el index ecd740c5869..c36ccb76964 100644 --- a/lisp/emulation/ws-mode.el +++ b/lisp/emulation/ws-mode.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; ws-mode.el --- WordStar emulation mode for GNU Emacs | 1 | ;;; ws-mode.el --- WordStar emulation mode for GNU Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de> | 5 | ;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de> |
| 4 | ;; Last-Modified: 13 Feb 1991 | ||
| 5 | ;; Version: 0.7 | 6 | ;; Version: 0.7 |
| 6 | ;; Keywords: emulations | 7 | ;; Keywords: emulations |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1991 Free Software Foundation, Inc. | ||
| 9 | |||
| 10 | ;; This file is distributed in the hope that it will be useful, | 9 | ;; This file is distributed in the hope that it will be useful, |
| 11 | ;; but WITHOUT ANY WARRANTY. No author or distributor | 10 | ;; but WITHOUT ANY WARRANTY. No author or distributor |
| 12 | ;; accepts responsibility to anyone for the consequences of using it | 11 | ;; accepts responsibility to anyone for the consequences of using it |
diff --git a/lisp/international/swedish.el b/lisp/international/swedish.el index 865a6f16edd..f3dd69163c0 100644 --- a/lisp/international/swedish.el +++ b/lisp/international/swedish.el | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | ;;; swedish.el --- miscellaneous functions for dealing with Swedish. | 1 | ;;; swedish.el --- miscellaneous functions for dealing with Swedish. |
| 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 | 7 | ;; Keywords: i14n | |
| 6 | ;; Copyright (C) 1988 Free Software Foundation, Inc. | ||
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index 9680c95e32d..a230e75754f 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el | |||
| @@ -1,11 +1,10 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 14 Jul 1992 | ||
| 5 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 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/play/spook.el b/lisp/play/spook.el index 86beefdaac6..6ec0f454a1f 100644 --- a/lisp/play/spook.el +++ b/lisp/play/spook.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; spook.el --- spook phrase utility for overloading the NSA line eater | 1 | ;;; spook.el --- spook phrase utility for overloading the NSA line eater |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 05 Dec 1991 | ||
| 5 | ;; Keywords: games | 6 | ;; Keywords: games |
| 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/play/studly.el b/lisp/play/studly.el index 23509fc90ab..1f215003c96 100644 --- a/lisp/play/studly.el +++ b/lisp/play/studly.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx) | 1 | ;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx) |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Keywords: games | ||
| 5 | |||
| 6 | ;;; This is in the public domain, since it was distributed | 3 | ;;; This is in the public domain, since it was distributed |
| 7 | ;;; by its author without a copyright notice in 1986. | 4 | ;;; by its author without a copyright notice in 1986. |
| 8 | 5 | ||
| 6 | ;; Keywords: games | ||
| 7 | |||
| 9 | ;;; Code: | 8 | ;;; Code: |
| 10 | 9 | ||
| 11 | (defun studlify-region (begin end) | 10 | (defun studlify-region (begin end) |
diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 3a091fc8bbb..e226f74db2a 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; yow.el --- generate random zippyisms | 1 | ;;; yow.el --- generate random zippyisms |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 14 Jun 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/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 2a554728d69..b8e19e48e19 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | ;;; makefile.el --- makefile editing commands for Emacs | 1 | ;;; makefile.el --- makefile editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Thomas Neumann <tom@smart.bo.open.de> | 5 | ;; Author: Thomas Neumann <tom@smart.bo.open.de> |
| 4 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
| 5 | ;; Keywords: unix, tools | 7 | ;; Keywords: unix, tools |
| 6 | 8 | ||
| 7 | ;; $Id: makefile.el,v 1.7.1.17 1992/07/15 20:05:15 tom Exp tom $ | 9 | ;; $Id: makefile.el,v 1.7.1.17 1992/07/15 20:05:15 tom Exp tom $ |
| 8 | 10 | ||
| 9 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | ||
| 10 | |||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||
| 13 | ;; 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/progmodes/modula2.el b/lisp/progmodes/modula2.el index ebb1ca6a554..2a84787c8d6 100644 --- a/lisp/progmodes/modula2.el +++ b/lisp/progmodes/modula2.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Author: Michael Schmidt <michael@pbinfo.UUCP> | 3 | ;; Author: Michael Schmidt <michael@pbinfo.UUCP> |
| 4 | ;; Tom Perrine <Perrin@LOGICON.ARPA> | 4 | ;; Tom Perrine <Perrin@LOGICON.ARPA> |
| 5 | ;; Last-Modified: 30 May 1992 | ||
| 6 | ;; Keywords: languages | 5 | ;; Keywords: languages |
| 7 | 6 | ||
| 8 | ;; The authors distributed this without a copyright notice | 7 | ;; The authors distributed this without a copyright notice |
diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index 498c993cb7b..97404a4da22 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | ;;; simula.el --- SIMULA 87 code editing commands for Emacs | 1 | ;;; simula.el --- SIMULA 87 code editing commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> | 5 | ;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> |
| 4 | ;; Maintainer: simula-mode@ifi.uio.no | 6 | ;; Maintainer: simula-mode@ifi.uio.no |
| 5 | ;; Version: 0.99 | 7 | ;; Version: 0.99 |
| 6 | ;; Adapted-By: ESR | 8 | ;; Adapted-By: ESR |
| 7 | ;; Keywords: languages | 9 | ;; Keywords: languages |
| 8 | 10 | ||
| 9 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | ||
| 10 | |||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||
| 13 | ;; 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/sun-fns.el b/lisp/sun-fns.el index 467001d0445..340009580f3 100644 --- a/lisp/sun-fns.el +++ b/lisp/sun-fns.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; sun-fns.el --- subroutines of Mouse handling for Sun windows | 1 | ;;; sun-fns.el --- subroutines of Mouse handling for Sun windows |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Jeff Peck <peck@sun.com> | 5 | ;; Author: Jeff Peck <peck@sun.com> |
| 4 | ;; Last-Modified: 14 Aug 1987 | ||
| 5 | ;; Keywords: hardware | 6 | ;; Keywords: hardware |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 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/sun-keys.el b/lisp/sun-keys.el index e8bf2f32e8c..f91abc2063f 100644 --- a/lisp/sun-keys.el +++ b/lisp/sun-keys.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; sun-keys.el --- support for Sun function keys | 1 | ;;; sun-keys.el --- support for Sun function keys |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1986 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Ian G. Batten <batten@uk.ac.bham.multics> | 5 | ;; Author: Ian G. Batten <batten@uk.ac.bham.multics> |
| 4 | ;; Last-Modified: 30 May 1992 | ||
| 5 | ;; Keywords: terminals | 6 | ;; Keywords: terminals |
| 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/superyank.el b/lisp/superyank.el index 48edf30a538..7c83885821c 100644 --- a/lisp/superyank.el +++ b/lisp/superyank.el | |||
| @@ -1,11 +1,28 @@ | |||
| 1 | ;;; superyank.el --- smart message-yanking code for GNUS | 1 | ;;; superyank.el --- smart message-yanking code for GNUS |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Barry A. Warsaw <warsaw@cme.nist.gov> | 5 | ;; Author: Barry A. Warsaw <warsaw@cme.nist.gov> |
| 4 | ;; Version: 1.1 | 6 | ;; Version: 1.1 |
| 5 | ;; Last-Modified: 15 Jul 1992 | ||
| 6 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
| 7 | ;; Keywords: news | 8 | ;; Keywords: news |
| 8 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | ||
| 11 | |||
| 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify | ||
| 13 | ;; it under the terms of the GNU General Public License as published by | ||
| 14 | ;; the Free Software Foundation; either version 2, or (at your option) | ||
| 15 | ;; any later version. | ||
| 16 | |||
| 17 | ;; GNU Emacs is distributed in the hope that it will be useful, | ||
| 18 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 19 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 20 | ;; GNU General Public License for more details. | ||
| 21 | |||
| 22 | ;; You should have received a copy of the GNU General Public License | ||
| 23 | ;; along with GNU Emacs; see the file COPYING. If not, write to | ||
| 24 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 25 | |||
| 9 | ;;; Commentary: | 26 | ;;; Commentary: |
| 10 | 27 | ||
| 11 | ;; Inserts the message being replied to with various user controlled | 28 | ;; Inserts the message being replied to with various user controlled |
diff --git a/lisp/tabify.el b/lisp/tabify.el index eabaab10a48..cb9508efa3e 100644 --- a/lisp/tabify.el +++ b/lisp/tabify.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; tabify.el --- tab conversion commands for Emacs | 1 | ;;; tabify.el --- tab conversion commands for Emacs |
| 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 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/telnet.el b/lisp/telnet.el index 18546e99ce3..8a90b74f43e 100644 --- a/lisp/telnet.el +++ b/lisp/telnet.el | |||
| @@ -1,10 +1,9 @@ | |||
| 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. | ||
| 4 | |||
| 3 | ;; Author: William F. Schelter | 5 | ;; Author: William F. Schelter |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 16 Mar 1992 | ||
| 6 | |||
| 7 | ;;; Copyright (C) 1985, 1988, 1992 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/sun-mouse.el b/lisp/term/sun-mouse.el index 2b3dc5d6732..a6227ea3249 100644 --- a/lisp/term/sun-mouse.el +++ b/lisp/term/sun-mouse.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; sun-mouse.el --- mouse handling for Sun windows | 1 | ;;; sun-mouse.el --- mouse handling for Sun windows |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Jeff Peck | 5 | ;; Author: Jeff Peck |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 14 Jul 1992 | ||
| 6 | ;; Keywords: hardware | 7 | ;; Keywords: hardware |
| 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/term/sup-mouse.el b/lisp/term/sup-mouse.el index 9531a3b5781..02f349e52f6 100644 --- a/lisp/term/sup-mouse.el +++ b/lisp/term/sup-mouse.el | |||
| @@ -1,15 +1,14 @@ | |||
| 1 | ;;; sup-mouse.el --- supdup mouse support for lisp machines | 1 | ;;; sup-mouse.el --- supdup mouse support for lisp machines |
| 2 | 2 | ||
| 3 | ;; Copyright (C) Free Software Foundation 1985, 1986 | ||
| 4 | |||
| 3 | ;; Author: Wolfgang Rupprecht | 5 | ;; Author: Wolfgang Rupprecht |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Created: 21 Nov 1986 | 7 | ;; Created: 21 Nov 1986 |
| 6 | ;; Last-Modified: 16 Mar 1992 | ||
| 7 | ;; Keywords: hardware | 8 | ;; Keywords: hardware |
| 8 | 9 | ||
| 9 | ;; (from code originally written by John Robinson@bbn for the bitgraph) | 10 | ;; (from code originally written by John Robinson@bbn for the bitgraph) |
| 10 | 11 | ||
| 11 | ;; Copyright (C) Free Software Foundation 1985, 1986 | ||
| 12 | |||
| 13 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 14 | 13 | ||
| 15 | ;; 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/spell.el b/lisp/textmodes/spell.el index b9033e13dac..b5ed7777540 100644 --- a/lisp/textmodes/spell.el +++ b/lisp/textmodes/spell.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; spell.el --- spelling correction interface for Emacs. | 1 | ;;; spell.el --- spelling correction interface for Emacs. |
| 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 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/texinfmt.el b/lisp/textmodes/texinfmt.el index 2c433ebee83..b165a48366d 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;;; texinfmt.el --- convert Texinfo files to Info files. | 1 | ;;;; texinfmt.el --- convert Texinfo files to Info files. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1988, 1990 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Robert J. Chassell <bob@gnu.ai.mit.edu> | 5 | ;; Author: Robert J. Chassell <bob@gnu.ai.mit.edu> |
| 4 | ;; Version: 2.00 | 6 | ;; Version: 2.00 |
| 5 | ;; Last-Modified: 14 Dec 1990 | ||
| 6 | ;; Keywords: tex, help | 7 | ;; Keywords: tex, help |
| 7 | 8 | ||
| 8 | ;; Copyright (C) 1985, 1986, 1988, 1990 Free Software Foundation, Inc. | ||
| 9 | |||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 11 | 10 | ||
| 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index db70a00c8ec..a739826c4f2 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; texnfo-upd.el --- a utility for updating nodes and menus in Texinfo files. | 1 | ;;; texnfo-upd.el --- a utility for updating nodes and menus in Texinfo files. |
| 2 | 2 | ||
| 3 | ;;;; Copyright 1989, 1990, 1992 Free Software Foundation | ||
| 4 | |||
| 3 | ;; Author: Bob Chassell <bob@gnu.ai.mit.edu> | 5 | ;; Author: Bob Chassell <bob@gnu.ai.mit.edu> |
| 4 | ;; Version: 2.00 | 6 | ;; Version: 2.00 |
| 5 | ;; Last-Modified: 14 Dec 1990 | ||
| 6 | ;; Keywords: maint, tex, docs | 7 | ;; Keywords: maint, tex, docs |
| 7 | 8 | ||
| 8 | ;;;; Copyright 1989, 1990, 1992 Free Software Foundation | ||
| 9 | |||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 11 | 10 | ||
| 12 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index d13e3326b4e..4ba61200607 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; text-mode.el --- text mode, and its idiosyncratic commands. | 1 | ;;; text-mode.el --- text mode, and its idiosyncratic commands. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 31 Oct 1989 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1985, 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 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/textmodes/underline.el b/lisp/textmodes/underline.el index f764d4a0985..2f6ef391e06 100644 --- a/lisp/textmodes/underline.el +++ b/lisp/textmodes/underline.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs. | 1 | ;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 30 May 1988 | ||
| 5 | ;; Keywords: wp | 6 | ;; Keywords: wp |
| 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/time.el b/lisp/time.el index 11ab1cd524a..8f8385937bc 100644 --- a/lisp/time.el +++ b/lisp/time.el | |||
| @@ -1,10 +1,9 @@ | |||
| 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 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 09 Oct 1990 | ||
| 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/uncompress.el b/lisp/uncompress.el index b918c5b1fd8..52e7063a066 100644 --- a/lisp/uncompress.el +++ b/lisp/uncompress.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; uncompress.el --- auto-decompression hook for visiting .Z files | 1 | ;;; uncompress.el --- auto-decompression hook for visiting .Z files |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 30 May 1988 | ||
| 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/userlock.el b/lisp/userlock.el index 16e8ebac474..b79859de614 100644 --- a/lisp/userlock.el +++ b/lisp/userlock.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; userlock.el --- handle file access contention between multiple users | 1 | ;;; userlock.el --- handle file access contention between multiple users |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986 Free Software Foundation, inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 26 May 1987 | ||
| 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/vmsproc.el b/lisp/vmsproc.el index 80f066c9a92..3eb05e8a292 100644 --- a/lisp/vmsproc.el +++ b/lisp/vmsproc.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; vmsproc.el --- run asynchronous VMS subprocesses under Emacs | 1 | ;;; vmsproc.el --- run asynchronous VMS subprocesses under Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Mukesh Prasad | 5 | ;; Author: Mukesh Prasad |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 29 Sep 1986 | ||
| 6 | ;; Keywords: vms | 7 | ;; Keywords: vms |
| 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/vmsx.el b/lisp/vmsx.el index 7716cbb9bff..b3ab41e51f7 100644 --- a/lisp/vmsx.el +++ b/lisp/vmsx.el | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | ;;; vmsx.el --- run asynchronous VMS subprocesses under Emacs | 1 | ;;; vmsx.el --- run asynchronous VMS subprocesses under Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Author: Mukesh Prasad | 5 | ;; Author: Mukesh Prasad |
| 4 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 5 | ;; Last-Modified: 29 Sep 1986 | ||
| 6 | ;; Keywords: vms | 7 | ;; Keywords: vms |
| 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/vt100-led.el b/lisp/vt100-led.el index fb3d05e5050..93501c72b55 100644 --- a/lisp/vt100-led.el +++ b/lisp/vt100-led.el | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | ;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones. | 1 | ;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones. |
| 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 | ;; Keywords: hardware | 7 | ;; Keywords: hardware |
| 6 | 8 | ||
| 7 | ;; Copyright (C) 1988 Free Software Foundation, Inc. | ||
| 8 | |||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| 11 | ;; 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/window.el b/lisp/window.el index 9cd82d8b0d1..089b4f3b4ff 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | ;;; windows.el --- GNU Emacs window commands aside from those written in C. | 1 | ;;; windows.el --- GNU Emacs window commands aside from those written in C. |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 21 Dec 1987 | ||
| 5 | |||
| 6 | ;;; Copyright (C) 1985, 1989, 1992 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1985, 1989, 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/x-menu.el b/lisp/x-menu.el index 8d55d875508..0d65ce3e514 100644 --- a/lisp/x-menu.el +++ b/lisp/x-menu.el | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | ;;; x-menu.el --- menu support for X | 1 | ;;; x-menu.el --- menu support for X |
| 2 | 2 | ||
| 3 | ;; Maintainer: FSF | ||
| 4 | ;; Last-Modified: 15 Sep 1987 | ||
| 5 | |||
| 6 | ;; Copyright (C) 1986 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986 Free Software Foundation, Inc. |
| 7 | 4 | ||
| 8 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |