mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-22 10:26:20 +00:00
entered into RCS
This commit is contained in:
parent
eea8d4efaf
commit
5814274441
@ -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 <roland@gnu.ai.mit.edu>
|
||||
;; 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)
|
||||
|
@ -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 <spot@cs.cmu.edu>
|
||||
;; 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
|
||||
|
@ -1,11 +1,10 @@
|
||||
;;; mlsupport.el --- run-time support for mocklisp code.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Last-Modified: 16 Mar 1992
|
||||
;; Keywords: extensions
|
||||
|
||||
;; Copyright (C) 1985 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: extensions
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
;; Author: Neal Ziring <nz@rsch.wisc.edu>
|
||||
;; Felix S. T. Wu <wu@crys.wisc.edu>
|
||||
;; Last-Modified: 07 Jan 1987
|
||||
;; Keywords: emulations
|
||||
|
||||
;;; Commentary:
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
;; Author: Masahiko Sato <ms@sail.stanford.edu>
|
||||
;; Version: 3.5
|
||||
;; Last-Modified: 15 Sep 1987
|
||||
;; Keywords: emulations
|
||||
|
||||
;;; Commentary:
|
||||
|
@ -1,12 +1,11 @@
|
||||
;;; ws-mode.el --- WordStar emulation mode for GNU Emacs
|
||||
|
||||
;; Copyright (C) 1991 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de>
|
||||
;; 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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
;;; undigest.el --- digest-cracking support for the RMAIL mail reader
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Last-Modified: 14 Jul 1992
|
||||
;; Keywords: mail
|
||||
|
||||
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: mail
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
|
@ -1,11 +1,10 @@
|
||||
;;; spook.el --- spook phrase utility for overloading the NSA line eater
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Last-Modified: 05 Dec 1991
|
||||
;; Keywords: games
|
||||
|
||||
;; Copyright (C) 1988 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: games
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
|
@ -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)
|
||||
|
@ -1,11 +1,10 @@
|
||||
;;; yow.el --- generate random zippyisms
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Last-Modified: 14 Jun 1992
|
||||
;; Keywords: games
|
||||
|
||||
;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: games
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
|
@ -1,13 +1,13 @@
|
||||
;;; makefile.el --- makefile editing commands for Emacs
|
||||
|
||||
;; Copyright (C) 1992 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Thomas Neumann <tom@smart.bo.open.de>
|
||||
;; 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
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
;; Author: Michael Schmidt <michael@pbinfo.UUCP>
|
||||
;; Tom Perrine <Perrin@LOGICON.ARPA>
|
||||
;; Last-Modified: 30 May 1992
|
||||
;; Keywords: languages
|
||||
|
||||
;; The authors distributed this without a copyright notice
|
||||
|
@ -1,13 +1,13 @@
|
||||
;;; simula.el --- SIMULA 87 code editing commands for Emacs
|
||||
|
||||
;; Copyright (C) 1992 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no>
|
||||
;; 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
|
||||
|
@ -1,11 +1,10 @@
|
||||
;;; sun-fns.el --- subroutines of Mouse handling for Sun windows
|
||||
|
||||
;; Author: Jeff Peck <peck@sun.com>
|
||||
;; Last-Modified: 14 Aug 1987
|
||||
;; Keywords: hardware
|
||||
|
||||
;; Copyright (C) 1987 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Jeff Peck <peck@sun.com>
|
||||
;; Keywords: hardware
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
|
@ -1,11 +1,10 @@
|
||||
;;; sun-keys.el --- support for Sun function keys
|
||||
|
||||
;;; Copyright (C) 1986 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Ian G. Batten <batten@uk.ac.bham.multics>
|
||||
;; 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
|
||||
|
@ -1,11 +1,28 @@
|
||||
;;; superyank.el --- smart message-yanking code for GNUS
|
||||
|
||||
;; Copyright (C) 1992 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Barry A. Warsaw <warsaw@cme.nist.gov>
|
||||
;; 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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 <bob@gnu.ai.mit.edu>
|
||||
;; 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
|
||||
|
@ -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 <bob@gnu.ai.mit.edu>
|
||||
;; 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
|
||||
|
@ -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
|
||||
|
@ -1,11 +1,10 @@
|
||||
;;; underline.el --- insert/remove underlining (done by overstriking) in Emacs.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Last-Modified: 30 May 1988
|
||||
;; Keywords: wp
|
||||
|
||||
;; Copyright (C) 1985 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: wp
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,11 +1,10 @@
|
||||
;;; userlock.el --- handle file access contention between multiple users
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Last-Modified: 26 May 1987
|
||||
;; Keywords: internal
|
||||
|
||||
;; Copyright (C) 1985, 1986 Free Software Foundation, inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: internal
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
;; GNU Emacs is free software; you can redistribute it and/or modify
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user