From: Eric S. Raymond Date: Wed, 22 Jul 1992 02:58:48 +0000 (+0000) Subject: entered into RCS X-Git-Tag: emacs-19.34~15008 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/5814274441e07c578c67f33a13e018abb9acfc14 entered into RCS --- diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 7f33a7e635..95e7649383 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -1,11 +1,12 @@ ;;; upd-copyr.el --- update the copyright notice in a GNU Emacs Lisp file +;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. + ;; Author: Roland McGrath -;; Last-Modified: 03 Jun 1991 ;; Keywords: maint -;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. -;;; +;;; This file is part of GNU Emacs. + ;;; This program is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by ;;; 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 3ae320b360..4c356fe517 100644 --- a/lisp/emacs-lisp/tq.el +++ b/lisp/emacs-lisp/tq.el @@ -1,10 +1,28 @@ ;;; tq.el --- utility to maintain a transaction queue +;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. + ;; Author: Scott Draves ;; Adapted-By: ESR ;; Keywords: extensions -;; Commentary: +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 2, or (at your option) +;; any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs; see the file COPYING. If not, write to +;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + +;;; Commentary: ;;; manages receiving a stream asynchronously, ;;; parsing it into transactions, and then calling @@ -18,8 +36,6 @@ ;;; Code: -(provide 'tq) - (defun tq-create (process) "Create and return a transaction queue. PROCESS should be capable of sending and receiving streams of bytes. It may be a local process, @@ -92,4 +108,6 @@ answer is identified by REGEXP." (tq-queue-pop tq) (tq-process-buffer tq)))))) +(provide 'tq) + ;;; tq.el ends here diff --git a/lisp/emulation/mlsupport.el b/lisp/emulation/mlsupport.el index 91c62a50d3..3cbe0b099f 100644 --- a/lisp/emulation/mlsupport.el +++ b/lisp/emulation/mlsupport.el @@ -1,11 +1,10 @@ ;;; mlsupport.el --- run-time support for mocklisp code. +;; Copyright (C) 1985 Free Software Foundation, Inc. + ;; Maintainer: FSF -;; Last-Modified: 16 Mar 1992 ;; Keywords: extensions -;; Copyright (C) 1985 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; 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 3ac64a04bb..00b2debbe4 100644 --- a/lisp/emulation/vi.el +++ b/lisp/emulation/vi.el @@ -2,7 +2,6 @@ ;; Author: Neal Ziring ;; Felix S. T. Wu -;; Last-Modified: 07 Jan 1987 ;; Keywords: emulations ;;; Commentary: diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index 6b38425d78..f26365bf70 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el @@ -2,7 +2,6 @@ ;; Author: Masahiko Sato ;; Version: 3.5 -;; Last-Modified: 15 Sep 1987 ;; Keywords: emulations ;;; Commentary: diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el index ecd740c586..c36ccb7696 100644 --- a/lisp/emulation/ws-mode.el +++ b/lisp/emulation/ws-mode.el @@ -1,12 +1,11 @@ ;;; ws-mode.el --- WordStar emulation mode for GNU Emacs +;; Copyright (C) 1991 Free Software Foundation, Inc. + ;; Author: Juergen Nickelsen -;; Last-Modified: 13 Feb 1991 ;; Version: 0.7 ;; Keywords: emulations -;; Copyright (C) 1991 Free Software Foundation, Inc. - ;; This file is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY. No author or distributor ;; accepts responsibility to anyone for the consequences of using it diff --git a/lisp/international/swedish.el b/lisp/international/swedish.el index 865a6f16ed..f3dd69163c 100644 --- a/lisp/international/swedish.el +++ b/lisp/international/swedish.el @@ -1,9 +1,10 @@ ;;; swedish.el --- miscellaneous functions for dealing with Swedish. +;; Copyright (C) 1988 Free Software Foundation, Inc. + ;; Author: Howard Gayle ;; Maintainer: FSF - -;; Copyright (C) 1988 Free Software Foundation, Inc. +;; Keywords: i14n ;; This file is part of GNU Emacs. diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index 9680c95e32..a230e75754 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el @@ -1,11 +1,10 @@ ;;; undigest.el --- digest-cracking support for the RMAIL mail reader +;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. + ;; Maintainer: FSF -;; Last-Modified: 14 Jul 1992 ;; Keywords: mail -;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; 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 86beefdaac..6ec0f454a1 100644 --- a/lisp/play/spook.el +++ b/lisp/play/spook.el @@ -1,11 +1,10 @@ ;;; spook.el --- spook phrase utility for overloading the NSA line eater +;; Copyright (C) 1988 Free Software Foundation, Inc. + ;; Maintainer: FSF -;; Last-Modified: 05 Dec 1991 ;; Keywords: games -;; Copyright (C) 1988 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; 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 23509fc90a..1f215003c9 100644 --- a/lisp/play/studly.el +++ b/lisp/play/studly.el @@ -1,11 +1,10 @@ ;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx) -;; Maintainer: FSF -;; Keywords: games - ;;; This is in the public domain, since it was distributed ;;; by its author without a copyright notice in 1986. +;; Keywords: games + ;;; Code: (defun studlify-region (begin end) diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 3a091fc8bb..e226f74db2 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el @@ -1,11 +1,10 @@ ;;; yow.el --- generate random zippyisms +;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. + ;; Maintainer: FSF -;; Last-Modified: 14 Jun 1992 ;; Keywords: games -;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; 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 2a554728d6..b8e19e48e1 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -1,13 +1,13 @@ ;;; makefile.el --- makefile editing commands for Emacs +;; Copyright (C) 1992 Free Software Foundation, Inc. + ;; Author: Thomas Neumann ;; Adapted-By: ESR ;; Keywords: unix, tools ;; $Id: makefile.el,v 1.7.1.17 1992/07/15 20:05:15 tom Exp tom $ -;; Copyright (C) 1992 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; 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 ebb1ca6a55..2a84787c8d 100644 --- a/lisp/progmodes/modula2.el +++ b/lisp/progmodes/modula2.el @@ -2,7 +2,6 @@ ;; Author: Michael Schmidt ;; Tom Perrine -;; Last-Modified: 30 May 1992 ;; Keywords: languages ;; The authors distributed this without a copyright notice diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el index 498c993cb7..97404a4da2 100644 --- a/lisp/progmodes/simula.el +++ b/lisp/progmodes/simula.el @@ -1,13 +1,13 @@ ;;; simula.el --- SIMULA 87 code editing commands for Emacs +;; Copyright (C) 1992 Free Software Foundation, Inc. + ;; Author: Hans Henrik Eriksen ;; Maintainer: simula-mode@ifi.uio.no ;; Version: 0.99 ;; Adapted-By: ESR ;; Keywords: languages -;; Copyright (C) 1992 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; 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 467001d044..340009580f 100644 --- a/lisp/sun-fns.el +++ b/lisp/sun-fns.el @@ -1,11 +1,10 @@ ;;; sun-fns.el --- subroutines of Mouse handling for Sun windows +;; Copyright (C) 1987 Free Software Foundation, Inc. + ;; Author: Jeff Peck -;; Last-Modified: 14 Aug 1987 ;; Keywords: hardware -;; Copyright (C) 1987 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; 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 e8bf2f32e8..f91abc2063 100644 --- a/lisp/sun-keys.el +++ b/lisp/sun-keys.el @@ -1,11 +1,10 @@ ;;; sun-keys.el --- support for Sun function keys +;;; Copyright (C) 1986 Free Software Foundation, Inc. + ;; Author: Ian G. Batten -;; Last-Modified: 30 May 1992 ;; Keywords: terminals -;;; Copyright (C) 1986 Free Software Foundation, Inc. -;;; ;;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/superyank.el b/lisp/superyank.el index 48edf30a53..7c83885821 100644 --- a/lisp/superyank.el +++ b/lisp/superyank.el @@ -1,11 +1,28 @@ ;;; superyank.el --- smart message-yanking code for GNUS +;; Copyright (C) 1992 Free Software Foundation, Inc. + ;; Author: Barry A. Warsaw ;; Version: 1.1 -;; Last-Modified: 15 Jul 1992 ;; Adapted-By: ESR ;; Keywords: news +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 2, or (at your option) +;; any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs; see the file COPYING. If not, write to +;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + ;;; Commentary: ;; Inserts the message being replied to with various user controlled diff --git a/lisp/tabify.el b/lisp/tabify.el index eabaab10a4..cb9508efa3 100644 --- a/lisp/tabify.el +++ b/lisp/tabify.el @@ -1,10 +1,9 @@ ;;; tabify.el --- tab conversion commands for Emacs -;; Maintainer: FSF -;; Last-Modified: 09 May 1991 - ;; Copyright (C) 1985 Free Software Foundation, Inc. +;; Maintainer: FSF + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/telnet.el b/lisp/telnet.el index 18546e99ce..8a90b74f43 100644 --- a/lisp/telnet.el +++ b/lisp/telnet.el @@ -1,10 +1,9 @@ ;;; telnet.el --- run a telnet session from within an Emacs buffer +;;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc. + ;; Author: William F. Schelter ;; Maintainer: FSF -;; Last-Modified: 16 Mar 1992 - -;;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el index 2b3dc5d673..a6227ea324 100644 --- a/lisp/term/sun-mouse.el +++ b/lisp/term/sun-mouse.el @@ -1,12 +1,11 @@ ;;; sun-mouse.el --- mouse handling for Sun windows +;; Copyright (C) 1987 Free Software Foundation, Inc. + ;; Author: Jeff Peck ;; Maintainer: FSF -;; Last-Modified: 14 Jul 1992 ;; Keywords: hardware -;; Copyright (C) 1987 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; 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 9531a3b578..02f349e52f 100644 --- a/lisp/term/sup-mouse.el +++ b/lisp/term/sup-mouse.el @@ -1,15 +1,14 @@ ;;; sup-mouse.el --- supdup mouse support for lisp machines +;; Copyright (C) Free Software Foundation 1985, 1986 + ;; Author: Wolfgang Rupprecht ;; Maintainer: FSF ;; Created: 21 Nov 1986 -;; Last-Modified: 16 Mar 1992 ;; Keywords: hardware ;; (from code originally written by John Robinson@bbn for the bitgraph) -;; Copyright (C) Free Software Foundation 1985, 1986 - ;; This file is part of GNU Emacs. ;; 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 b9033e13da..b5ed777754 100644 --- a/lisp/textmodes/spell.el +++ b/lisp/textmodes/spell.el @@ -1,10 +1,9 @@ ;;; spell.el --- spelling correction interface for Emacs. -;; Maintainer: FSF -;; Last-Modified: 09 May 1991 - ;; Copyright (C) 1985 Free Software Foundation, Inc. +;; Maintainer: FSF + ;; This file is part of GNU Emacs. ;; 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 2c433ebee8..b165a48366 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -1,12 +1,11 @@ ;;;; texinfmt.el --- convert Texinfo files to Info files. +;; Copyright (C) 1985, 1986, 1988, 1990 Free Software Foundation, Inc. + ;; Author: Robert J. Chassell ;; Version: 2.00 -;; Last-Modified: 14 Dec 1990 ;; Keywords: tex, help -;; Copyright (C) 1985, 1986, 1988, 1990 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; 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 db70a00c8e..a739826c4f 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el @@ -1,12 +1,11 @@ ;;; texnfo-upd.el --- a utility for updating nodes and menus in Texinfo files. +;;;; Copyright 1989, 1990, 1992 Free Software Foundation + ;; Author: Bob Chassell ;; Version: 2.00 -;; Last-Modified: 14 Dec 1990 ;; Keywords: maint, tex, docs -;;;; Copyright 1989, 1990, 1992 Free Software Foundation - ;; This file is part of GNU Emacs. ;; 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 d13e3326b4..4ba6120060 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el @@ -1,10 +1,9 @@ ;;; text-mode.el --- text mode, and its idiosyncratic commands. -;; Maintainer: FSF -;; Last-Modified: 31 Oct 1989 - ;; Copyright (C) 1985, 1992 Free Software Foundation, Inc. +;; Maintainer: FSF + ;; This file is part of GNU Emacs. ;; 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 f764d4a098..2f6ef391e0 100644 --- a/lisp/textmodes/underline.el +++ b/lisp/textmodes/underline.el @@ -1,11 +1,10 @@ ;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs. +;; Copyright (C) 1985 Free Software Foundation, Inc. + ;; Maintainer: FSF -;; Last-Modified: 30 May 1988 ;; Keywords: wp -;; Copyright (C) 1985 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/time.el b/lisp/time.el index 11ab1cd524..8f8385937b 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -1,10 +1,9 @@ ;;; time.el --- display time and load in mode line of Emacs. -;; Maintainer: FSF -;; Last-Modified: 09 Oct 1990 - ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. +;; Maintainer: FSF + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/uncompress.el b/lisp/uncompress.el index b918c5b1fd..52e7063a06 100644 --- a/lisp/uncompress.el +++ b/lisp/uncompress.el @@ -1,10 +1,9 @@ ;;; uncompress.el --- auto-decompression hook for visiting .Z files -;; Maintainer: FSF -;; Last-Modified: 30 May 1988 - ;; Copyright (C) 1992 Free Software Foundation, Inc. +;; Maintainer: FSF + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/userlock.el b/lisp/userlock.el index 16e8ebac47..b79859de61 100644 --- a/lisp/userlock.el +++ b/lisp/userlock.el @@ -1,11 +1,10 @@ ;;; userlock.el --- handle file access contention between multiple users +;; Copyright (C) 1985, 1986 Free Software Foundation, inc. + ;; Maintainer: FSF -;; Last-Modified: 26 May 1987 ;; Keywords: internal -;; Copyright (C) 1985, 1986 Free Software Foundation, inc. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/vmsproc.el b/lisp/vmsproc.el index 80f066c9a9..3eb05e8a29 100644 --- a/lisp/vmsproc.el +++ b/lisp/vmsproc.el @@ -1,12 +1,11 @@ ;;; vmsproc.el --- run asynchronous VMS subprocesses under Emacs +;; Copyright (C) 1986 Free Software Foundation, Inc. + ;; Author: Mukesh Prasad ;; Maintainer: FSF -;; Last-Modified: 29 Sep 1986 ;; Keywords: vms -;; Copyright (C) 1986 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/vmsx.el b/lisp/vmsx.el index 7716cbb9bf..b3ab41e51f 100644 --- a/lisp/vmsx.el +++ b/lisp/vmsx.el @@ -1,12 +1,11 @@ ;;; vmsx.el --- run asynchronous VMS subprocesses under Emacs +;; Copyright (C) 1986 Free Software Foundation, Inc. + ;; Author: Mukesh Prasad ;; Maintainer: FSF -;; Last-Modified: 29 Sep 1986 ;; Keywords: vms -;; Copyright (C) 1986 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; 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 fb3d05e505..93501c72b5 100644 --- a/lisp/vt100-led.el +++ b/lisp/vt100-led.el @@ -1,11 +1,11 @@ ;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones. +;; Copyright (C) 1988 Free Software Foundation, Inc. + ;; Author: Howard Gayle ;; Maintainer: FSF ;; Keywords: hardware -;; Copyright (C) 1988 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/window.el b/lisp/window.el index 9cd82d8b0d..089b4f3b4f 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -1,10 +1,9 @@ ;;; windows.el --- GNU Emacs window commands aside from those written in C. -;; Maintainer: FSF -;; Last-Modified: 21 Dec 1987 - ;;; Copyright (C) 1985, 1989, 1992 Free Software Foundation, Inc. +;; Maintainer: FSF + ;; This file is part of GNU Emacs. ;; 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 8d55d87550..0d65ce3e51 100644 --- a/lisp/x-menu.el +++ b/lisp/x-menu.el @@ -1,8 +1,5 @@ ;;; x-menu.el --- menu support for X -;; Maintainer: FSF -;; Last-Modified: 15 Sep 1987 - ;; Copyright (C) 1986 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.