changeset 660:08eb386dd0f3

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:12:08 +0000
parents 505130d1ddf8
children 36fbc3f71803
files lisp/=ftp.el lisp/=gnus.el lisp/=gnusmail.el lisp/=gnusmisc.el lisp/=gnuspost.el lisp/=gosmacs.el lisp/=grow-vers.el lisp/=inc-vers.el lisp/=isearch-old.el lisp/calendar/holidays.el lisp/emacs-lisp/float.el lisp/emacs-lisp/helper.el lisp/emulation/edt.el lisp/flow-ctrl.el lisp/help.el lisp/hexl.el lisp/indent.el lisp/info.el lisp/informat.el lisp/international/iso-ascii.el lisp/international/iso-insert.el lisp/international/iso-swed.el lisp/kermit.el lisp/play/gomoku.el lisp/play/hanoi.el lisp/progmodes/fortran.el lisp/progmodes/hideif.el lisp/progmodes/icon.el lisp/textmodes/=ispell4.el
diffstat 29 files changed, 105 insertions(+), 42 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/=ftp.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/=ftp.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;; File input and output over Internet using FTP
+;;; ftp.el --- file input and output over Internet using FTP
+
 ;; Copyright (C) 1987 Free Software Foundation, Inc.
 ;; Author mly@prep.ai.mit.edu.
 
@@ -384,3 +385,5 @@
 	 (= (process-exit-status process) 0)
 	 (set-buffer-modified-p nil))
     (message "Reverted")))
+
+;;; ftp.el ends here
--- a/lisp/=gnus.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/=gnus.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;;; GNUS: an NNTP-based News Reader for GNU Emacs
+;;; gnus.el --- GNUS: an NNTP-based News Reader for GNU Emacs
+
 ;; Copyright (C) 1987, 1988, 1989 Fujitsu Laboratories LTD.
 ;; Copyright (C) 1987, 1988, 1989, 1990 Masanobu UMEDA
 ;; $Header: gnus.el,v 3.13 90/03/23 13:24:27 umerin Locked $
@@ -6080,3 +6081,5 @@
 ;;end:
 
 (provide 'gnus)
+
+;;; gnus.el ends here
--- a/lisp/=gnusmail.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/=gnusmail.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;;; Mail reply commands for GNUS newsreader
+;;; gnusmail.el --- mail reply commands for GNUS newsreader
+
 ;; Copyright (C) 1990 Masanobu UMEDA
 ;; $Header: gnusmail.el,v 1.1 90/03/23 13:24:39 umerin Locked $
 
@@ -147,3 +148,5 @@
     (setq mh-sent-from-msg 1)))
 
 (provide 'gnusmail)
+
+;;; gnusmail.el ends here
--- a/lisp/=gnusmisc.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/=gnusmisc.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;;; Miscellaneous commands for GNUS newsreader
+;;; gnusmisc.el --- miscellaneous commands for GNUS newsreader
+
 ;; Copyright (C) 1989 Fujitsu Laboratories LTD.
 ;; Copyright (C) 1989, 1990 Masanobu UMEDA
 ;; $Header: gnusmisc.el,v 1.2 90/03/23 13:25:04 umerin Locked $
@@ -213,3 +214,5 @@
     ))
 
 (provide 'gnusmisc)
+
+;;; gnusmisc.el ends here
--- a/lisp/=gnuspost.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/=gnuspost.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;;; Post news commands for GNUS newsreader
+;;; gnuspost.el --- post news commands for GNUS newsreader
+
 ;; Copyright (C) 1989 Fujitsu Laboratories LTD.
 ;; Copyright (C) 1989, 1990 Masanobu UMEDA
 ;; $Header: gnuspost.el,v 1.2 90/03/23 13:25:16 umerin Locked $
@@ -671,3 +672,5 @@
     ))
 
 (provide 'gnuspost)
+
+;;; gnuspost.el ends here
--- a/lisp/=gosmacs.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/=gosmacs.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;; Rebindings to imitate Gosmacs.
+;;; gosmacs.el --- rebindings to imitate Gosmacs.
+
 ;; Copyright (C) 1986 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -101,3 +102,5 @@
   "Scroll the selected window up so that the current line is at the top."
   (interactive)
   (recenter 0))
+
+;;; gosmacs.el ends here
--- a/lisp/=grow-vers.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/=grow-vers.el	Sat May 30 23:12:08 1992 +0000
@@ -1,3 +1,5 @@
+;;; grow-vers.el --- increment Emacs version number
+
 ;; Load this file to add a new level (starting at zero)
 ;; to the Emacs version number recorded in version.el.
 ;; Copyright (C) 1985 Free Software Foundation, Inc.
@@ -28,3 +30,5 @@
 ;; so that we do not alter the current version.
 (delete-file "lisp/version.el")
 (write-region (point-min) (point-max) "lisp/version.el" nil 'nomsg)
+
+;;; grow-vers.el ends here
--- a/lisp/=inc-vers.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/=inc-vers.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;; Load this file to increment the recorded Emacs version number.
+;;; inc-vers.el --- load this to increment the recorded Emacs version number.
+
 ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -41,3 +42,5 @@
 (set-buffer-modified-p nil)
 
 (kill-emacs)
+
+;;; inc-vers.el ends here
--- a/lisp/=isearch-old.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/=isearch-old.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;; Incremental search
+;;; isearch.el --- incremental search commands
+
 ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -621,3 +622,5 @@
     (setq command-history (cons (list function string) command-history))
     ;; Go ahead and search.
     (funcall function string)))
+
+;;; isearch.el ends here
--- a/lisp/calendar/holidays.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/calendar/holidays.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;; Holiday functions.
+;;; holidays.el --- holiday functions for the calendar package
+
 ;; Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -586,3 +587,4 @@
 
 (provide 'holidays)
 
+;;; holidays.el ends here
--- a/lisp/emacs-lisp/float.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/emacs-lisp/float.el	Sat May 30 23:12:08 1992 +0000
@@ -1,3 +1,5 @@
+;;; float.el --- floating point arithmetic package.
+
 ;; Copyright (C) 1986 Free Software Foundation, Inc.
 ;; Author Bill Rosenblatt
 
@@ -17,8 +19,6 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-;; Floating point arithmetic package.
-;;
 ;; Floating point numbers are represented by dot-pairs (mant . exp)
 ;; where mant is the 24-bit signed integral mantissa and exp is the
 ;; base 2 exponent.
@@ -447,3 +447,4 @@
 
 (provide 'float)
 
+;;; float.el ends here
--- a/lisp/emacs-lisp/helper.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/emacs-lisp/helper.el	Sat May 30 23:12:08 1992 +0000
@@ -1,5 +1,4 @@
-;; helper - utility help package for modes which want to provide help
-;; without relinquishing control, e.g. `electric' modes.
+;;; helper.el --- utility help package supporting help in electric modes
 
 ;; Copyright (C) 1985 Free Software Foundation, Inc.
 ;; Principal author K. Shane Hartman
@@ -147,4 +146,6 @@
 	     (ding)
 	     (setq continue nil))))))
 
-(provide 'helper)			
\ No newline at end of file
+(provide 'helper)
+
+;;; helper.el ends here
--- a/lisp/emulation/edt.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/emulation/edt.el	Sat May 30 23:12:08 1992 +0000
@@ -1,3 +1,5 @@
+;;; edt.el --- EDT emulation in Emacs
+
 ;; Copyright (C) 1986 Free Software Foundation, Inc.
 ;;  It started from public domain code by Mike Clarkson
 ;;  but has been greatly altered.
@@ -396,3 +398,5 @@
 (or (assq 'edt-direction-string minor-mode-alist)
     (setq minor-mode-alist (cons '(edt-direction-string edt-direction-string)
 				 minor-mode-alist)))
+
+;;; edt.el ends here
--- a/lisp/flow-ctrl.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/flow-ctrl.el	Sat May 30 23:12:08 1992 +0000
@@ -1,5 +1,5 @@
-;;; Help for lusers on cu(1) or terminals with wired-in ^S/^Q flow control
-;;;
+;;; flow-ctrl.el --- help for lusers on cu(1) or terminals with wired-in ^S/^Q flow control
+
 ;;; Copyright (C) 1990 Free Software Foundation, Inc.
 ;;; Copyright (C) 1991 Kevin Gallagher
 ;;; Adapted for Emacs 19 by Eric S. Raymond <eric@snark.thyrsus.com>
@@ -80,7 +80,6 @@
     (and (memstr= term losing-terminal-types) (evade-flow-control)))
   )
 
-;;; flow-ctrl.el ends here
-
 (provide 'flow-ctrl)
 
+;;; flow-ctrl.el ends here
--- a/lisp/help.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/help.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;; Help commands for Emacs
+;;; help.el --- help commands for Emacs
+
 ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -383,3 +384,5 @@
      load-path)
     (message "No library %s in search path" library)
     nil))
+
+;;; help.el ends here
--- a/lisp/hexl.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/hexl.el	Sat May 30 23:12:08 1992 +0000
@@ -1,5 +1,5 @@
-;; -*-Emacs-Lisp-*-
-;; hexl-mode -- Edit a file in a hex dump format.
+;;; hexl-mode.el --- edit a file in a hex dump format.
+
 ;; Copyright (C) 1989 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -656,4 +656,4 @@
     (define-key hexl-mode-map "\C-x\C-s" 'hexl-save-buffer)
     (define-key hexl-mode-map "\C-x\C-t" 'undefined))
 
-;; The End.
+;;; hexl.el ends here
--- a/lisp/indent.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/indent.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;; Indentation commands for Emacs
+;;; indent.el --- indentation commands for Emacs
+
 ;; Copyright (C) 1985 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -244,3 +245,5 @@
 (define-key esc-map "\034" 'indent-region)
 (define-key ctl-x-map "\t" 'indent-rigidly)
 (define-key esc-map "i" 'tab-to-tab-stop)
+
+;;; indent.el ends here
--- a/lisp/info.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/info.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;; Info package for Emacs  -- could use a "create node" feature.
+;;; info.el --- info package for Emacs  -- could use a "create node" feature.
+
 ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -995,3 +996,4 @@
 
 (provide 'info)
 
+;;; info.el ends here
--- a/lisp/informat.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/informat.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;; Info support functions package for Emacs
+;;; informat.el --- info support functions package for Emacs
+
 ;; Copyright (C) 1986 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -413,3 +414,5 @@
 			   (save-buffer))))
 	    (error (message ">> Error: %s" (prin1-to-string err))))))
       (kill-emacs error))))
+
+;;; informat.el ends here
--- a/lisp/international/iso-ascii.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/international/iso-ascii.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;; Set up char tables for ISO 8859/1 character set for ASCII terminals.
+;;; iso-ascii.el --- set up char tables for ISO 8859/1 character set for ASCII terminals.
+
 ;; Copyright (C) 1987 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -124,3 +125,5 @@
 (standard-display-ascii 255 "{\"y}") ; small y with diaeresis or umlaut mark
 
 (provide 'iso8859-1-ascii)
+
+;;; iso-ascii.el ends here
--- a/lisp/international/iso-insert.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/international/iso-insert.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;; Insert functions for ISO 8859/1.
+;;; iso-insert.el --- insert functions for ISO 8859/1.
+
 ;; Copyright (C) 1987 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -618,3 +619,5 @@
 )
 
 (provide 'iso8859-1-insert)
+
+;;; iso-insert.el ends here
--- a/lisp/international/iso-swed.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/international/iso-swed.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;; Set up char tables for ISO 8859/1 for Swedish/Finnish terminals.
+;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish terminals.
+
 ;; Copyright (C) 1987 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -138,3 +139,5 @@
 (standard-display-ascii 255 "{\"y}") ; small y with diaeresis or umlaut mark
 
 (provide 'iso8859-1-swedish)
+
+;;; iso-swed.el ends here
--- a/lisp/kermit.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/kermit.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;;Additions to shell mode for use with kermit, etc.
+;;; kermit.el --- additions to shell mode for use with kermit, etc.
+
 ;;Feb 1988, Jeff Norden - jeff@colgate.csnet
 ;; Copyright (C) 1988 Free Software Foundation, Inc.
 
@@ -136,4 +137,4 @@
   (interactive)
   (set-process-filter (get-buffer-process (current-buffer)) nil))
 
-
+;;; kermit.el ends here
--- a/lisp/play/gomoku.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/play/gomoku.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;; Gomoku game between you and Emacs
+;;; gomoku.el --- Gomoku game between you and Emacs
+
 ;; Copyright (C) 1988 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -1157,4 +1158,4 @@
 
 (provide 'gomoku)
 
-
+;;; gomoku.el ends here
--- a/lisp/play/hanoi.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/play/hanoi.el	Sat May 30 23:12:08 1992 +0000
@@ -1,8 +1,6 @@
-;
-; hanoi - towers of hanoi in GNUmacs
-;
+;;; hanoi.el --- towers of hanoi in GNUmacs
+
 ; Author (a) 1985, Damon Anton Permezel
-;
 
 ;;;
 ;;; hanoi-topos - direct cursor addressing
--- a/lisp/progmodes/fortran.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/progmodes/fortran.el	Sat May 30 23:12:08 1992 +0000
@@ -1,4 +1,5 @@
-;;; Fortran mode for GNU Emacs  (version 1.28.3, July 15, 1991)
+;;; fortran.el --- Fortran mode for GNU Emacs  (version 1.28.3, July 15, 1991)
+
 ;;; Copyright (c) 1991 Free Software Foundation, Inc.
 ;;; Written by Michael D. Prange (prange@erl.mit.edu)
 ;;; Maintained (as of version 1.28) by Stephen A. Wood (saw@hallc1.cebaf.gov)
@@ -995,3 +996,4 @@
 
 (provide 'fortran)
 
+;;; fortran.el ends here
--- a/lisp/progmodes/hideif.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/progmodes/hideif.el	Sat May 30 23:12:08 1992 +0000
@@ -1,5 +1,5 @@
-;;; hide-ifdef-mode.el   Hides selected code within ifdef.
-;;;
+;;; hide-ifdef-mode.el --- ides selected code within ifdef.
+
 ;;; Copyright (C) 1988 Brian Marick and Daniel LaLiberte
 ;;; Written by Brian Marick, at Gould, Computer Systems Division, Urbana IL.
 ;;; Extensively modified by Daniel LaLiberte (while at Gould).
@@ -1004,4 +1004,5 @@
       (error "No define list for %s" name))
     (if hide-ifdef-hiding (hide-ifdefs))))
 
-;===%%SF%% exports (End)  ===
+;;; hideif.el ends here
+
--- a/lisp/progmodes/icon.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/progmodes/icon.el	Sat May 30 23:12:08 1992 +0000
@@ -1,3 +1,5 @@
+;;; icon.el --- mode for editing Icon code
+
 ;; Note: use
 ;;  (autoload 'icon-mode "icon" nil t)
 ;;  (setq auto-mode-alist (cons '("\\.icn$" . icon-mode) auto-mode-alist))
@@ -547,3 +549,4 @@
 		(if (re-search-forward comment-start-skip (save-excursion (end-of-line) (point)) t)
 		    (progn (indent-for-comment) (beginning-of-line))))))))))
 
+;;; icon.el ends here
--- a/lisp/textmodes/=ispell4.el	Sat May 30 22:12:04 1992 +0000
+++ b/lisp/textmodes/=ispell4.el	Sat May 30 23:12:08 1992 +0000
@@ -1,5 +1,6 @@
-;;This is the GNU EMACS interface to GNU ISPELL version 3.
-;;   Copyright (C) 1990, 1991 Free Software Foundation, Inc.
+;;; ispell.el --- this is the GNU EMACS interface to GNU ISPELL version 3.
+
+;;Copyright (C) 1990, 1991 Free Software Foundation, Inc.
 ;;
 ;;This file is part of GNU ISPELL.
 ;;
@@ -547,3 +548,4 @@
       (kill-emacs 1))
   (write-region (point-min) (point-max) "ispell.info"))
 
+;;; ispell.el ends here