1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

entered into RCS

This commit is contained in:
Eric S. Raymond 1992-07-22 04:22:30 +00:00
parent 6d74b528d0
commit 9750e079dd
74 changed files with 180 additions and 250 deletions

View File

@ -1,10 +1,9 @@
;;; abbrevlist.el --- list one abbrev table alphabetically ordered.
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Copyright (C) 1986, 1992 Free Software Foundation, Inc.
;; Suggested by a previous version by Gildea.
;; Maintainer: FSF
;; This file is part of GNU Emacs.

View File

@ -1,11 +1,10 @@
;;; ada.el --- Ada editing support package in GNUlisp. v1.0
;; Author: Vincent Broman <broman@bugs.nosc.mil>
;; Last-Modified: 30 Jan 1991
;; Keywords: languages
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
;; Author: Vincent Broman <broman@bugs.nosc.mil>
;; Keywords: languages
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,11 +1,10 @@
;;; apropos.el --- faster apropos commands.
;; Author: Joe Wells <jbw@bigbird.bu.edu>
;; Last-Modified: 5 May 1989
;; Keyword: help
;; Copyright (C) 1989 Free Software Foundation, Inc.
;; Author: Joe Wells <jbw@bigbird.bu.edu>
;; Keyword: help
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,12 +1,11 @@
;;; array.el --- array editing commands for Gnu Emacs
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Author David M. Brown
;; Maintainer: FSF
;; Last-Modified: 30 Jan 1991
;; Keyword: extensions
;; 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

View File

@ -1,10 +1,9 @@
;;; autoinsert.el --- automatic mode-dependent insertion of text into new files
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
;; Author: Charlie Martin <crm@cs.duke.edu>
;; Created: 01 Jul 1988
;; Last-Modified: 30 Jun 1992
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.

View File

@ -1,10 +1,9 @@
;;; buff-menu.el --- buffer menu main function and support functions.
;; Maintainer: FSF
;; Last-Modified: 09 Jul 1992
;; Copyright (C) 1985, 1986, 1987, 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

View File

@ -1,10 +1,9 @@
;;; chistory.el --- list command history
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Author: K. Shane Hartman
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.

View File

@ -1,10 +1,9 @@
;;; compare-w.el --- compare text between windows for Emacs.
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Copyright (C) 1986, 1989 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

View File

@ -1,7 +1,6 @@
;;; completion.el --- dynamic word-completion code
;; Maintainer: bug-completion@think.com
;; Last-Modified: 30 Jun 1992
;;; Commentary:

View File

@ -1,10 +1,10 @@
;;; disp-table.el --- functions for dealing with char tables.
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Author: Howard Gayle
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Keywords: i14n
;; This file is part of GNU Emacs.

View File

@ -1,11 +1,10 @@
;;; edmacro.el --- keyboard macro editor
;; Copyright (C) 1990 Free Software Foundation, Inc.
;; Author: Dave Gillespie <daveg@csvax.caltech.edu>
;; Maintainer: FSF
;; Version: 1.02
;; Last-Modified: 09 May 1991
;; Copyright (C) 1990 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.

View File

@ -1,12 +1,11 @@
;;; electric.el --- window maker and Command loop for `electric' modes.
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
;; Author: K. Shane Hartman
;; Maintainer: FSF
;; Last-Modified: 09 Jun 1992
;; Keywords: extensions
;; 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

View File

@ -1,11 +1,10 @@
;; backquote.el --- backquoting for Emacs Lisp macros
;; Author: Dick King (king@kestrel).
;; Last-Modified: 16 Mar 1992
;; Keywords: extensions
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Author: Dick King (king@kestrel).
;; Keywords: extensions
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,12 +1,11 @@
;;; cl-indent.el --- enhanced lisp-indent mode
;; Author: Richard Mlynark <mly@eddie.mit.edu>
;; Maintainer: FSF
;; Last-Modified: 09 May 1991
;; Keywords: lisp, tools
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Written by Richard Mlynarik July 1987
;; Author: Richard Mlynark <mly@eddie.mit.edu>
;; Maintainer: FSF
;; Keywords: lisp, tools
;; This file is part of GNU Emacs.

View File

@ -1,13 +1,12 @@
;; cust-print.el -- handles print-level and print-circle.
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
;; Version: 1.0
;; Last-Modified: 17 Mar 1992
;; Adapted-By: ESR
;; Keyword: extensions
;; 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

View File

@ -1,11 +1,10 @@
;;; debug.el --- debuggers and related commands for Emacs
;; Maintainer: FSF
;; Last-Modified: 08 Jan 1992
;; Keyword: lisp, tools
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keyword: lisp, tools
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,13 +1,12 @@
;;; disass.el --- disassembler for compiled Emacs Lisp code
;;; Copyright (C) 1986, 1991 Free Software Foundation, Inc.
;; Author: Doug Cutting <doug@csli.stanford.edu>
;; Jamie Zawinski <jwz@lucid.com>
;; Maintainer: Jamie Zawinski <jwz@lucid.com>
;; Last-Modified: 22 Oct 91
;; Keyword: internal
;;; Copyright (C) 1986, 1991 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,12 +1,11 @@
;;; float.el --- floating point arithmetic package.
;; Copyright (C) 1986 Free Software Foundation, Inc.
;; Author: Bill Rosenblatt
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Keywords: extensions
;; 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

View File

@ -1,12 +1,11 @@
;;; helper.el --- utility help package supporting help in electric modes
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Author: K. Shane Hartman
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1991
;; Keywords: help
;; 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

View File

@ -1,11 +1,10 @@
;;; lisp.el --- Lisp editing commands for Emacs
;; Maintainer: FSF
;; Last-Modified: 12 Mar 1992
;; Keyword: lisp, languages
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keyword: lisp, languages
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,14 +1,13 @@
;;; profile.el -- generate run time measurements of Emacs Lisp functions
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
;; Created: 07 Feb 1992
;; Last-Modified: 07 Feb 1992
;; Version: 1.0
;; Adapted-By: ESR
;; Keywords: lisp, tools
;; 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

View File

@ -1,11 +1,10 @@
;;; mlconvert.el --- convert buffer of Mocklisp code to real lisp.
;; Maintainer: FSF
;; Last-Modified: 09 May 1991
;; 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

View File

@ -1,10 +1,9 @@
;;; find-gc.el --- detect functions that call the garbage collector
;; Maintainer: FSF
;; Last-Modified: 21 Nov 1990
;; 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

View File

@ -1,10 +1,9 @@
;;; float-sup.el --- detect absence of floating-point support in Emacs runtime
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; 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

View File

@ -1,10 +1,9 @@
;;; ftp.el --- file input and output over Internet using FTP
;; Author: Richard Mlynarik <mly@prep.ai.mit.edu>
;; Last-Modified: 05 May 1992
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Author: Richard Mlynarik <mly@prep.ai.mit.edu>
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,11 +1,10 @@
;;; gosmacs.el --- rebindings to imitate Gosmacs.
;; Maintainer: FSF
;; Last-Modified: 09 May 1991
;; Keywords: emulations
;; Copyright (C) 1986 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: emulations
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,11 +1,10 @@
;;; grow-vers.el --- increment Emacs version number
;; Maintainer: FSF
;; Last-Modified: 31 Oct 1989
;; Keywords: internal
;; Copyright (C) 1985 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

View File

@ -1,11 +1,10 @@
;;; inc-vers.el --- load this to increment the recorded Emacs version number.
;; Maintainer: FSF
;; Last-Modified: 31 Oct 1989
;; 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

View File

@ -1,10 +1,9 @@
;;; indent.el --- indentation commands for Emacs
;; Maintainer: FSF
;; Last-Modified: 09 Jul 1992
;; 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

View File

@ -1,10 +1,10 @@
;;; iso-ascii.el --- set up char tables for ISO 8859/1 on ASCII terminals.
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Author: Howard Gayle
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Keywords: i14n
;; This file is part of GNU Emacs.

View File

@ -1,10 +1,10 @@
;;; iso-insert.el --- insert functions for ISO 8859/1.
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Author: Howard Gayle
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Keywords: i14n
;; This file is part of GNU Emacs.

View File

@ -1,10 +1,10 @@
;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Author: Howard Gayle
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Keywords: i14n
;; This file is part of GNU Emacs.

View File

@ -1,10 +1,10 @@
;; iso8859-1.el --- set up case-conversion and syntax tables for ISO 8859/1
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; Author: Howard Gayle
;; Maintainer: FSF
;; Last-Modified: 24 Jun 1992
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; Keywords: i14n
;; This file is part of GNU Emacs.

View File

@ -1,10 +1,9 @@
;;; macros.el --- non-primitive commands for keyboard macros.
;; Maintainer: FSF
;; Last-Modified: 05 Nov 1991
;; 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

View File

@ -1,12 +1,11 @@
;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list.
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Author: K. Shane Hartman
;; Maintainer: FSF
;; Last-Modified: 21 Dec 1991
;; Not fully installed because it can work only on Internet hosts.
;; 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

View File

@ -1,11 +1,10 @@
;;; mail-utils.el --- utility functions used both by rmail and rnews
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Keywords: mail, news
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: mail, news
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,12 +1,11 @@
;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike
;; Copyright (C) 1986, 87, 1990 Free Software Foundation, Inc.
;; Author: Richard Mlynarik <mly@eddie.mit.edu>
;; Maintainer: FSF
;; Last-Modified: 26 Nov 1990
;; Keywords: mail
;; Copyright (C) 1986, 87, 1990 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,11 +1,10 @@
;;; rmailedit.el --- "RMAIL edit mode" Edit the current message.
;; Maintainer: FSF
;; Last-Modified: 31 Jul 1991
;; Keywords: mail
;; Copyright (C) 1985 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

View File

@ -1,11 +1,10 @@
;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs.
;; Maintainer: FSF
;; Last-Modified: 31 Oct 1989
;; Keywords: mail
;; Copyright (C) 1985, 1988 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

View File

@ -1,11 +1,10 @@
;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader
;; Maintainer: FSF
;; Last-Modified: 31 Oct 1989
;; Keywords: mail
;; Copyright (C) 1985 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

View File

@ -1,11 +1,10 @@
;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file.
;; Maintainer: FSF
;; Last-Modified: 01 Mar 1991
;; Keywords: mail
;; Copyright (C) 1985, 1987 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

View File

@ -1,10 +1,9 @@
;;; rmailsort.el --- Rmail: sort messages.
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Copyright (C) 1990 Free Software Foundation, Inc.
;; Keywords: mail
;; Copyright (C) 1990 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,11 +1,10 @@
;;; rmailsum.el --- "RMAIL" mail reader for Emacs.
;; Maintainer: FSF
;; Last-Modified: 30 Nov 1990
;; Keywords: mail
;; Copyright (C) 1985 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

View File

@ -1,11 +1,10 @@
;;; rnews.el --- USENET news reader for gnu emacs
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Keywords: news
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: news
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,11 +1,10 @@
;;; makesum.el --- generate key binding summary for Emacs
;; Maintainer: FSF
;; Last-Modified: 09 May 1991
;; Keywords: help
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: help
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,11 +1,10 @@
;;; man.el --- read in and display parts of Unix manual.
;; Maintainer: FSF
;; Last-Modified: 21 Dec 1991
;; Keywords: unix
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: unix
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,12 +1,11 @@
;;; mim-mode.el --- Mim (MDL in MDL) mode.
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Author: K. Shane Hartman
;; Maintainer: FSF
;; Last-Modified: 31 Oct 1989
;; Keywords: languages
;; 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

View File

@ -1,12 +1,11 @@
;;; mim-syntax.el --- syntax checker for Mim (MDL).
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Author: K. Shane Hartman
;; Maintainer: FSF
;; Last-Modified: 31 Oct 1989
;; Keywords: languages
;; 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

View File

@ -1,10 +1,9 @@
;;; misc.el --- basic editing commands for Emacs
;; Maintainer: FSF
;; Last-Modified: 31 Oct 1989
;; Copyright (C) 1989 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

View File

@ -1,11 +1,10 @@
;;; novice.el --- handling of disabled commands ("novice mode") for Emacs.
;; Maintainer: FSF
;; Last-Modified: 22 May 1991
;; Keywords: internal, help
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal, help
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,10 +1,9 @@
;;; options.el --- edit Options command for Emacs.
;; Maintainer: FSF
;; Last-Modified: 10 Apr 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

View File

@ -1,12 +1,11 @@
;;; blackbox.el --- blackbox game in Emacs Lisp
;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
;; Author: F. Thomas May <uw-nsr!uw-warp!tom@beaver.cs.washington.edu>
;; Last-Modified: 24 Jun 1992
;; Adapted-By: ESR
;; Keywords: games
;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,11 +1,10 @@
;;; dissociate.el --- scramble text amusingly for Emacs.
;; Maintainer: FSF
;; Last-Modified: 09 May 1991
;; Keywords: games
;; Copyright (C) 1985 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

View File

@ -1,11 +1,10 @@
;;; doctor.el --- psychological help for frustrated users.
;; Maintainer: FSF
;; Last-Modified: 24 Apr 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

View File

@ -2,7 +2,6 @@
;; Author: Damon Anton Permezel
;; Maintainer: FSF
;; Last-Modified: 09 May 1991
;; Keywords: games
; Author (a) 1985, Damon Anton Permezel

View File

@ -1,11 +1,10 @@
;;; awk-mode.el --- AWK code editing commands for Emacs
;; Maintainer: FSF
;; Last-Modified: 09 May 1991
;; Keyword: unix, languages
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keyword: unix, languages
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,11 +1,10 @@
;;; cmacexp.el --- C macro expansion
;; Maintainer: FSF
;; Last-Modified: 17 Apr 1992
;; Keywords: c
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: c
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,13 +1,12 @@
;;; fortran.el --- Fortran mode for GNU Emacs
;;; Copyright (c) 1991 Free Software Foundation, Inc.
;; Author: Michael D. Prange <prange@erl.mit.edu>
;; Maintainer: bug-fortran-mode@erl.mit.edu
;; Version 1.28.3
;; Last-Modified: 15 Jul 1991
;; Keywords: languages
;;; Copyright (c) 1991 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,12 +1,11 @@
;;; icon.el --- mode for editing Icon code
;; Copyright (C) 1989 Free Software Foundation, Inc.
;; Author: Chris Smith <convex!csmith>
;; Created: 15 Feb 89
;; Last-Modified: 06 Mar 1991
;; Keywords: languages
;; Copyright (C) 1989 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,11 +1,10 @@
;;; prolog.el --- major mode for editing and running Prolog under Emacs
;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
;; Last-Modified: 08 May 1989
;; Keywords: languages
;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
;; Keywords: languages
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,11 +1,10 @@
;;; rect.el --- rectangle functions for GNU Emacs.
;; Maintainer: FSF
;; Last-Modified: 09 May 1991
;; Keywords: internal
;; Copyright (C) 1985 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

View File

@ -1,11 +1,10 @@
;;; register.el --- register commands for Emacs.
;; Maintainer: FSF
;; Last-Modified: 09 Jul 1992
;; Keywords: internal
;; Copyright (C) 1985 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

View File

@ -1,12 +1,11 @@
;;; resume.el --- process command line args from within a suspended Emacs job
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Joe Wells <jbw@bucsf.bu.edu>
;; Last-Modified: Tue Jun 13 1989
;; Adapted-By: ESR
;; Keywords: processes
;; 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

View File

@ -1,10 +1,9 @@
;;; rot13.el --- display a buffer in rot13.
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; Author: Howard Gayle:
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.

View File

@ -1,13 +1,12 @@
;;; bg-mouse.el --- GNU Emacs code for BBN Bitgraph mouse.
;; Copyright (C) Free Software Foundation, Inc. Oct 1985.
;; Author: John Robinson <jr@bbn-unix.arpa>
;; Stephen Gildea <gildea@bbn.com>
;; Maintainer: FSF
;; Last-Modified: 14 Jul 1992
;; Keywords: hardware
;; Copyright (C) Free Software Foundation, Inc. Oct 1985.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,11 +1,10 @@
;;; bib-mode.el --- bib-mode, major mode for editing bib files.
;; Maintainer: FSF
;; Last-Modified: 16 Mar 1992
;; Keywords: bib
;; Copyright (C) 1989 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: bib
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,7 @@
;;; bibtex.el --- BibTeX mode for GNU Emacs
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; Author: Bengt Martensson <ubrinf!mond!bengt>
;; Mark Shapiro <shapiro@corto.inria.fr>
;; Mike Newton <newton@gumby.cs.caltech.edu>
@ -7,8 +9,6 @@
;; Maintainer: Mark Shapiro <shapiro@corto.inria.fr>
;; Keywords: tex, bib
;; 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

View File

@ -1,10 +1,7 @@
;;; ispell.el --- this is the GNU EMACS interface to GNU ISPELL version 3.
;; Maintainer: FSF
;; Last-Modified: 02 Jun 1992
;;Copyright (C) 1990, 1991 Free Software Foundation, Inc.
;;
;;This file is part of GNU Emacs.
;;
;;GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,11 +1,10 @@
;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source
;; Maintainer: FSF
;; Last-Modified: 09 May 1991
;; Keywords: wp
;; Copyright (C) 1985, 1986 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

View File

@ -1,10 +1,9 @@
;;; outline.el --- outline mode commands for Emacs
;; Maintainer: FSF
;; Last-Modified: 10 Apr 1991
;; Copyright (C) 1986 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

View File

@ -1,10 +1,9 @@
;;; page-ext.el --- page handling commands
;; Author: Robert J. Chassell <bob@gnu.ai.mit.edu>
;; Last-Modified: 10 Apr 1991
;;; Copyright (C) 1990 Free Software Foundation
;; Author: Robert J. Chassell <bob@gnu.ai.mit.edu>
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,11 +1,10 @@
;;; paragraphs.el --- paragraph and sentence parsing.
;; Maintainer: FSF
;; Last-Modified: 13 May 1991
;; Keywords: wp
;; Copyright (C) 1985, 86, 87, 1991 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

View File

@ -1,11 +1,10 @@
;;; refbib.el --- convert refer-style references to ones usable by Latex bib
;; Author: Henry Kautz <kautz@research.att.com>
;; Last-Modified: 16 Mar 1992
;; Keywords: bib, tex
;; Copyright (C) 1989 Free Software Foundation, Inc.
;; Author: Henry Kautz <kautz@research.att.com>
;; Keywords: bib, tex
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify

View File

@ -1,10 +1,9 @@
;;; scribe.el --- scribe mode, and its idiosyncratic commands.
;; Maintainer: FSF
;; Last-Modified: 09 May 1991
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Maintainer: FSF
;; This file might become part of GNU Emacs.
;; GNU Emacs is distributed in the hope that it will be useful,