Mercurial > emacs
changeset 13337:84acc3adcd63
Comment change.
line wrap: on
line diff
--- a/lisp/=bytecpat.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/=bytecpat.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,3 +1,4 @@ +;;; bytecpat.el --- do recompilation for Emacs patch files. ;;; This function is used by the patch files to update Emacs releases. (defun batch-byte-recompile-emacs ()
--- a/lisp/allout.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/allout.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;;_* allout.el - Extensive outline mode for use alone and with other modes. +;;; allout.el --- Extensive outline mode for use alone and with other modes. ;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
--- a/lisp/auto-show.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/auto-show.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,3 +1,4 @@ +;;; auto-show.el --- perform automatic horizontal scrolling as point moves ;;; This file is in the public domain. ;;; Keywords: scroll display minor-mode
--- a/lisp/avoid.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/avoid.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; avoid.el -- make mouse pointer stay out of the way of editing. +;;; avoid.el --- make mouse pointer stay out of the way of editing ;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
--- a/lisp/cdl.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/cdl.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; cdl.el -- Common Data Language (CDL) utility functions for Gnu Emacs +;;; cdl.el --- Common Data Language (CDL) utility functions for Gnu Emacs ;; Copyright (C) 1993 Free Software Foundation, Inc.
--- a/lisp/complete.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/complete.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;; complete.el -- partial completion mechanism plus other goodies. +;;; complete.el -- partial completion mechanism plus other goodies ;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
--- a/lisp/docref.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/docref.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; docref.el -- Simple cross references for Elisp documentation strings +;;; docref.el --- Simple cross references for Elisp documentation strings ;; Copyright (C) 1994 Free Software Foundation, Inc. ;; Author: Vadim Geshel <vadik@unas.cs.kiev.ua>
--- a/lisp/double.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/double.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; double.el - Support for keyboard remapping with double clicking. +;;; double.el --- Support for keyboard remapping with double clicking ;; Copyright (C) 1994 Free Software Foundation, Inc.
--- a/lisp/emacs-lisp/backquote.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emacs-lisp/backquote.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,12 +1,11 @@ -;;; New backquote for GNU Emacs. +;;; backquote.el -- implement the ` Lisp construct ;;; Copyright (C) 1990, 1992, 1994 Free Software Foundation, Inc. ;; Author: Rick Sladkey <jrs@world.std.com> ;; Maintainer: FSF ;; Keywords: extensions, internal -;; This file is not part of GNU Emacs but is distributed under -;; the same conditions as GNU Emacs. +;; 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 @@ -22,19 +21,7 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;; This is a new backquote for GNU Emacs written by -;; Rick Sladkey <jrs@world.std.com>. It has the following -;; features compared to the version 18 backquote: - -;; Correctly handles nested backquotes. -;; Correctly handles constants after a splice. -;; Correctly handles top-level atoms and unquotes. -;; Correctly handles unquote after dot. -;; Understands vectors. -;; Minimizes gratuitous consing. -;; Faster operation with simpler semantics. -;; Generates faster run-time expressions. -;; One third fewer calories than our regular beer. +;;; Commentary: ;; This backquote will generate calls to the backquote-list* form. ;; Both a function version and a macro version are included.
--- a/lisp/emacs-lisp/cl-compat.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emacs-lisp/cl-compat.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility) +;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility) ;; Copyright (C) 1993 Free Software Foundation, Inc.
--- a/lisp/emacs-lisp/cl-extra.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emacs-lisp/cl-extra.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;; cl-extra.el --- Common Lisp extensions for GNU Emacs Lisp (part two) +;;; cl-extra.el --- Common Lisp extensions for GNU Emacs Lisp (part two) ;; Copyright (C) 1993 Free Software Foundation, Inc.
--- a/lisp/emacs-lisp/cl-macs.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emacs-lisp/cl-macs.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;; cl-macs.el --- Common Lisp extensions for GNU Emacs Lisp (part four) +;;; cl-macs.el --- Common Lisp extensions for GNU Emacs Lisp (part four) ;; Copyright (C) 1993 Free Software Foundation, Inc.
--- a/lisp/emacs-lisp/cl-seq.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emacs-lisp/cl-seq.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;; cl-seq.el --- Common Lisp extensions for GNU Emacs Lisp (part three) +;;; cl-seq.el --- Common Lisp extensions for GNU Emacs Lisp (part three) ;; Copyright (C) 1993 Free Software Foundation, Inc.
--- a/lisp/emacs-lisp/cl-specs.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emacs-lisp/cl-specs.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; cl-specs.el - Edebug specs for cl.el +;;; cl-specs.el --- Edebug specs for cl.el ;; Copyright (C) 1993 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> @@ -7,7 +7,7 @@ ;; LCD Archive Entry: ;; cl-specs.el|Daniel LaLiberte|liberte@cs.uiuc.edu ;; |Edebug specs for cl.el -;; |$Date: 1994/04/05 20:52:43 $|1.1| +;; |$Date: 1995/04/19 00:47:42 $|1.1| ;; This file is part of GNU Emacs.
--- a/lisp/emacs-lisp/cl.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emacs-lisp/cl.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;; cl.el --- Common Lisp extensions for GNU Emacs Lisp +;;; cl.el --- Common Lisp extensions for GNU Emacs Lisp ;; Copyright (C) 1993 Free Software Foundation, Inc.
--- a/lisp/emacs-lisp/pp.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emacs-lisp/pp.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;; pp.el --- pretty printer for Emacs Lisp +;;; pp.el --- pretty printer for Emacs Lisp ;; Copyright (C) 1989, 1993 Free Software Foundation, Inc. ;; Author: Randal Schwartz <merlyn@ora.com>
--- a/lisp/emacs-lock.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emacs-lock.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; emacs-lock.el --- Prevents you from exiting emacs if a buffer is locked +;;; emacs-lock.el --- prevents you from exiting emacs if a buffer is locked ;; Copyright (C) 1994 Free Software Foundation, Inc ;; ;; Author: Tom Wurgler <twurgler@goodyear.com>
--- a/lisp/emulation/edt-lk201.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emulation/edt-lk201.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,8 +1,5 @@ -;;; File: edt-lk201.el --- Enhanced EDT Keypad Mode Emulation -;;; for LK-201 Keyboards -;;; -;;; For GNU Emacs 19 -;; +;;; edt-lk201.el --- Enhanced EDT Keypad Mode Emulation for LK-201 Keyboards + ;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com>
--- a/lisp/emulation/edt-mapper.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emulation/edt-mapper.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,6 +1,4 @@ -;;; edt-mapper.el --- Create an EDT LK-201 Map File for X-Windows Emacs. - -;;; For GNU Emacs 19 +;;; edt-mapper.el --- Create an EDT LK-201 Map File for X-Windows Emacs ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
--- a/lisp/emulation/edt-pc.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emulation/edt-pc.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,8 +1,5 @@ -;;; File: edt-pc.el --- Enhanced EDT Keypad Mode Emulation -;;; for PC 101 Keyboards -;;; -;;; For GNU Emacs 19 -;; +;;; edt-pc.el --- Enhanced EDT Keypad Mode Emulation for PC 101 Keyboards + ;; Copyright (C) 1986, 1994, 1995 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com>
--- a/lisp/emulation/edt-vt100.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emulation/edt-vt100.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,9 +1,5 @@ -;;; File: edt-vt100.el --- Enhanced EDT Keypad Mode Emulation -;;; for VT Series Terminals -;;; -;;; For GNU Emacs 19 -;;; -;; +;;; edt-vt100.el --- Enhanced EDT Keypad Mode Emulation for VT Series Terminals + ;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com>
--- a/lisp/emulation/edt.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emulation/edt.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; edt.el --- Enhanced EDT Keypad Mode Emulation for GNU Emacs 19 +;;; edt.el --- Enhanced EDT Keypad Mode Emulation for GNU Emacs 19 ;; Copyright (C) 1986, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
--- a/lisp/emulation/pc-mode.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emulation/pc-mode.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; pc-mode.el emulate Windows/Mac/Motif selection keys +;;; pc-mode.el emulate certain key bindings used on PCs. ;; Copyright (C) 1995 Free Software Foundation, Inc. ;; Keywords: emulations
--- a/lisp/emulation/viper-ex.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emulation/viper-ex.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,5 @@ -;;; viper-ex.el -- functions implementing the Ex commands for Viper +;;; viper-ex.el --- functions implementing the Ex commands for Viper + ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/emulation/viper-keym.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emulation/viper-keym.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,5 @@ -;;; viper-keym.el -- Main Viper keymaps +;;; viper-keym.el --- main Viper keymaps + ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/emulation/viper-macs.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emulation/viper-macs.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,5 @@ -;;; viper-macs.el -- functions implementing keyboard macros for Viper +;;; viper-macs.el --- functions implementing keyboard macros for Viper + ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/emulation/viper-mous.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emulation/viper-mous.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,5 @@ -;;; viper-mous.el -- Mouse support for Viper +;;; viper-mous.el --- mouse support for Viper + ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. ;; This file is part of GNU Emacs.
--- a/lisp/emulation/viper.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/emulation/viper.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; viper.el --- A full-featured Vi emulator for GNU Emacs 19 and XEmacs 19, +;;; viper.el --- A full-featured Vi emulator. ;; a VI Plan for Emacs Rescue, ;; and a venomous VI PERil. ;; Viper Is also a Package for Emacs Rebels.
--- a/lisp/enriched.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/enriched.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; enriched.el -- read and save files in text/enriched format +;;; enriched.el --- read and save files in text/enriched format ;; Copyright (c) 1994, 1995 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu>
--- a/lisp/facemenu.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/facemenu.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; facemenu.el -- Create a face menu for interactively adding fonts to text +;;; facemenu.el --- create a face menu for interactively adding fonts to text ;; Copyright (c) 1994, 1995 Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu>
--- a/lisp/font-lock.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/font-lock.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;; Electric Font Lock Mode +;;; font-lock.el --- electric font lock mode ;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. ;; Author: jwz, then rms, then sm <simon@gnu.ai.mit.edu>
--- a/lisp/format.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/format.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; format.el -- read and save files in multiple formats +;;; format.el ;-- read and save files in multiple formats ;; Copyright (c) 1994, 1995 Free Software Foundation ;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu>
--- a/lisp/forms-pass.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/forms-pass.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,5 +1,5 @@ -;; demo for forms-mode -*-emacs-lisp-*- -;; +;;; forms-pass.el --- passwd file demo for forms-mode + ;; This demo visits your passwd file. ;; use yp if present
--- a/lisp/forms.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/forms.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,5 +1,6 @@ -;;; forms.el -- Forms mode: edit a file as a form to fill in. -;;; Copyright (C) 1991, 1994, 1995 Free Software Foundation, Inc. +;;; forms.el --- Forms mode: edit a file as a form to fill in + +;; Copyright (C) 1991, 1994, 1995 Free Software Foundation, Inc. ;; Author: Johan Vromans <jvromans@squirrel.nl> @@ -287,10 +288,10 @@ (provide 'forms) ;;; official (provide 'forms-mode) ;;; for compatibility -(defconst forms-version (substring "$Revision: 2.20 $" 11 -2) +(defconst forms-version (substring "$Revision: 2.21 $" 11 -2) "The version number of forms-mode (as string). The complete RCS id is: - $Id: forms.el,v 2.20 1995/08/14 06:45:37 rms Exp rms $") + $Id: forms.el,v 2.21 1995/10/28 16:21:33 rms Exp rms $") (defvar forms-mode-hooks nil "Hook functions to be run upon entering Forms mode.")
--- a/lisp/hilit19.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/hilit19.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,23 +1,25 @@ -;; hilit19.el (Release 2.19) -- customizable highlighting for Emacs19. +;;; hilit19.el --- customizable highlighting for Emacs19 + ;; Copyright (c) 1993, 1994 Free Software Foundation, Inc. -;; + ;; Author: Jonathan Stigelman <stig@hackvan.com> ;; Keywords: faces -;; -;; This program is free software; you can redistribute it and/or modify + +;; 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 of the License, or -;; (at your option) any later version. -;; -;; This program is distributed in the hope that it will be useful, +;; 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 this program; if not, write to the Free Software -;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -;; +;; along with GNU Emacs; see the file COPYING. If not, write to +;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ;;; Commentary:
--- a/lisp/icomplete.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/icomplete.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,12 +1,11 @@ -;;;_. icomplete.el - minibuffer completion incremental feedback +;;; icomplete.el --- minibuffer completion incremental feedback -;;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. +;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. -;;; Author: Ken Manheimer <klm@nist.gov> -;;; Maintainer: Ken Manheimer <klm@nist.gov> -;;; Version: Id: icomplete.el,v 4.3 1994/08/31 18:48:29 klm Exp -;;; Created: Mar 1993 klm@nist.gov - first release to usenet -;;; Keywords: help, abbrev +;; Author: Ken Manheimer <klm@nist.gov> +;; Maintainer: Ken Manheimer <klm@nist.gov> +;; Created: Mar 1993 klm@nist.gov - first release to usenet +;; Keywords: help, abbrev ;; This file is part of GNU Emacs.
--- a/lisp/international/iso-cvt.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/international/iso-cvt.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,6 +1,7 @@ -;; iso-cvt.el -- translate to ISO 8859-1 from/to net/TeX conventions -;; Copyright © 1993, 1994 Free Software Foundation, Inc. -;; Was formerly called gm-lingo.el. +;;; iso-cvt.-el -- translate to ISO 8859-1 from/to net/TeX conventions +;; This file was formerly called gm-lingo.el. + +;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. ;; Author: Michael Gschwind <mike@vlsivie.tuwien.ac.at> ;; Keywords: tex, iso, latin, i18n
--- a/lisp/jka-compr.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/jka-compr.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,5 @@ -;;; jka-compr.el - reading/writing/loading compressed files. +;;; jka-compr.el --- reading/writing/loading compressed files + ;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. ;; Author: jka@ece.cmu.edu (Jay K. Adams)
--- a/lisp/mldrag.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/mldrag.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; mldrag.el -- Mode line and vertical line dragging to resize windows. +;;; mldrag.el --- mode line and vertical line dragging to resize windows ;;; Copyright (C) 1994 Free Software Foundation, Inc. ;; Author: Kyle E. Jones <kyle@wonderworks.com>
--- a/lisp/mouse.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/mouse.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,25 +1,25 @@ -;;; mouse.el --- window system-independent mouse support. +;;; mouse.el --- window system-independent mouse support -;;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: hardware -;;; This file is part of GNU Emacs. +;; 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 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. +;; 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. +;; 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:
--- a/lisp/play/solitaire.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/play/solitaire.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;; solitaire.el --- game of solitaire in emacs lisp +;;; solitaire.el --- game of solitaire in Emacs Lisp ;; Copyright (C) 1994 Free Software Foundation, Inc.
--- a/lisp/progmodes/ada-mode.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/progmodes/ada-mode.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; ada-mode.el - An Emacs major-mode for editing Ada source. +;;; ada-mode.el --- An Emacs major-mode for editing Ada source. ;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. ;;; Authors: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
--- a/lisp/progmodes/f90.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/progmodes/f90.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;; f90.el --- Fortran-90 mode (free format) for GNU Emacs and GNU XEmacs. +;;; f90.el --- Fortran-90 mode (free format) ;; Copyright (C) 1995 Free Software Foundation, Inc. ;; Author: Torbj\"orn Einarsson <T.Einarsson@clab.ericsson.se>
--- a/lisp/progmodes/pascal.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/progmodes/pascal.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,25 +1,25 @@ -;;; pascal.el - Major mode for editing pascal source in emacs. +;;; pascal.el --- major mode for editing pascal source in Emacs -;;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. -;;; Author: Espen Skoglund (espensk@stud.cs.uit.no) -;;; Keywords: languages +;; Author: Espen Skoglund (espensk@stud.cs.uit.no) +;; Keywords: languages -;;; This file is part of GNU Emacs. +;; 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 of the License, or -;;; (at your option) any later version. +;; 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 of the License, or +;; (at your option) any later version. -;;; This program 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. +;; This program 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 this program; if not, write to the Free Software -;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +;; You should have received a copy of the GNU General Public License +;; along with this program; if not, write to the Free Software +;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ;;; Commentary:
--- a/lisp/rcompile.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/rcompile.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,4 @@ -;;; rcompile.el Run a compilation on a remote machine +;;; rcompile.el --- run a compilation on a remote machine ;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
--- a/lisp/shadowfile.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/shadowfile.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,28 +1,30 @@ ;;; shadowfile.el --- automatic file copying for Emacs 19 -;;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> -;;; Keywords: comm +;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. + +;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> +;; Keywords: comm + +;; This file is part of GNU Emacs. -;;; Copyright (c) 1993, 1994 Free Software Foundation -;;; -;;; 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) -;;; any later version. -;;; -;;; This program 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. -;;; -;;; A copy of the GNU General Public License can be obtained from this -;;; program's author or from the Free Software Foundation, Inc., 675 -;;; Mass Ave, Cambridge, MA 02139, USA. +;; 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. ;;; LCD Archive Entry: ;;; shadowfile|Boris Goldowsky|boris@gnu.ai.mit.edu| ;;; Helps you keep identical copies of files in multiple places.| -;;; $Date: 1995/06/05 20:41:03 $ |$Revision: 1.4 $|~/misc/shadowfile.el.Z| +;;; $Date: 1995/10/30 17:22:28 $ |$Revision: 1.5 $|~/misc/shadowfile.el.Z| ;;; Commentary: ;;;
--- a/lisp/term.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/term.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,4 +1,5 @@ -;; term.el --- general command interpreter in a window stuff +;;; term.el --- general command interpreter in a window stuff + ;; Copyright (C) 1988, 1990, 1992, 1994, 1995 Free Software Foundation, Inc. ;; Author: Per Bothner <bothner@cygnus.com>
--- a/lisp/textmodes/ispell.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/textmodes/ispell.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,10 +1,7 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;; -*- Mode: emacs-lisp -*- ;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; GNU EMACS interface for International Ispell Version 3.1 by Geoff Kuenning. -;;; -;;; +;;; ispell.el --- spell checking using Ispell + ;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. -;;; -;;; + ;;; Authors : Ken Stevens <k.stevens@ieee.org> ;;; Note: version numbers and time stamp are not updated ;;; when this file is edited for release with GNU Emacs. @@ -14,10 +11,10 @@ ;;; Status : Release with 3.1.12+ ispell. ;;; Version : International Ispell Version 3.1 by Geoff Kuenning. ;;; Bug Reports : ispell-el-bugs@itcorp.com -;;; + ;;; Note: version numbers and time stamp are not updated -;;; when this file is edited for release with GNU emacs. -;;; +;;; when this file is edited for release with GNU Emacs. + ;;; This file is part of GNU Emacs. ;;; ;;; GNU Emacs is free software; you can redistribute it and/or modify
--- a/lisp/textmodes/makeinfo.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/textmodes/makeinfo.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,10 +1,11 @@ -;;;; makeinfo.el -- run makeinfo conveniently. -;;; Copyright (C) 1991, 1993 Free Software Foundation, Inc. +;;; makeinfo.el --- run makeinfo conveniently + +;; Copyright (C) 1991, 1993 Free Software Foundation, Inc. -;;; Author: Robert J. Chassell -;;; Maintainer: FSF +;; Author: Robert J. Chassell +;; Maintainer: FSF -;;; This file is part of GNU Emacs. +;; 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
--- a/lisp/textmodes/texinfmt.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/textmodes/texinfmt.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,10 +1,11 @@ -;;;; texinfmt.el -;;; Copyright (C) 1985, 1986, 1988, -;;; 1990, 1991, 1992, 1993 Free Software Foundation, Inc. +;;; texinfmt.el --- format Texinfo files into Info files. + +;; Copyright (C) 1985, 1986, 1988, +;; 1990, 1991, 1992, 1993 Free Software Foundation, Inc. ;; Maintainer: Robert J. Chassell <bug-texinfo@prep.ai.mit.edu> -;;; This file is part of GNU Emacs. +;; 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
--- a/lisp/textmodes/texinfo.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/textmodes/texinfo.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,11 +1,12 @@ -;;;; texinfo.el--major mode for editing Texinfo files. +;;; texinfo.el --- major mode for editing Texinfo files + ;; Copyright (C) 1985, '88, '89, ;; '90, '91, '92, '93 Free Software Foundation, Inc. -;;; Author: Robert J. Chassell -;;; Maintainer: FSF +;; Author: Robert J. Chassell +;; Maintainer: FSF -;;; This file is part of GNU Emacs. +;; 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
--- a/lisp/textmodes/texnfo-upd.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/textmodes/texnfo-upd.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,5 +1,5 @@ -;;; Texinfo mode utilities for updating nodes and menus in Texinfo files. -;;; Copyright 1989, 1990, 1991, 1992 Free Software Foundation +;;; texnfo-upd.el --- utilities for updating nodes and menus in Texinfo files +;; Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. ;; Author: Robert J. Chassell ;; Maintainer: bug-texinfo@prep.ai.mit.edu
--- a/lisp/timezone.el Mon Oct 30 17:22:28 1995 +0000 +++ b/lisp/timezone.el Mon Oct 30 17:35:01 1995 +0000 @@ -1,10 +1,10 @@ -;;; Timezone package for GNU Emacs +;;; timezone.el --- time zone package for GNU Emacs ;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. -;;; Author: Masanobu Umeda -;;; Maintainer: umerin@mse.kyutech.ac.jp -;;; Keywords: news +;; Author: Masanobu Umeda +;; Maintainer: umerin@mse.kyutech.ac.jp +;; Keywords: news ;; This file is part of GNU Emacs.