changeset 15261:bd56cdc4d07b

Fixed up initial line
author Erik Naggum <erik@naggum.no>
date Mon, 20 May 1996 21:07:10 +0000
parents 34fd383d8908
children b455f3f77823
files lisp/complete.el lisp/derived.el lisp/emacs-lisp/backquote.el lisp/emulation/pc-mode.el lisp/international/iso-acc.el lisp/international/iso-cvt.el lisp/patcomp.el lisp/soundex.el lisp/tcp.el
diffstat 9 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/complete.el	Mon May 20 16:02:45 1996 +0000
+++ b/lisp/complete.el	Mon May 20 21:07:10 1996 +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/derived.el	Mon May 20 16:02:45 1996 +0000
+++ b/lisp/derived.el	Mon May 20 21:07:10 1996 +0000
@@ -1,4 +1,4 @@
-;;; derived.el -- allow inheritance of major modes.
+;;; derived.el --- allow inheritance of major modes.
 ;;; (formerly mode-clone.el)
 
 ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
--- a/lisp/emacs-lisp/backquote.el	Mon May 20 16:02:45 1996 +0000
+++ b/lisp/emacs-lisp/backquote.el	Mon May 20 21:07:10 1996 +0000
@@ -1,4 +1,4 @@
-;;; backquote.el -- implement the ` Lisp construct
+;;; backquote.el --- implement the ` Lisp construct
 
 ;;; Copyright (C) 1990, 1992, 1994 Free Software Foundation, Inc.
 
--- a/lisp/emulation/pc-mode.el	Mon May 20 16:02:45 1996 +0000
+++ b/lisp/emulation/pc-mode.el	Mon May 20 21:07:10 1996 +0000
@@ -1,4 +1,4 @@
-;;; pc-mode.el emulate certain key bindings used on PCs.
+;;; pc-mode.el --- emulate certain key bindings used on PCs.
 
 ;; Copyright (C) 1995 Free Software Foundation, Inc.
 
--- a/lisp/international/iso-acc.el	Mon May 20 16:02:45 1996 +0000
+++ b/lisp/international/iso-acc.el	Mon May 20 21:07:10 1996 +0000
@@ -1,4 +1,4 @@
-;;; iso-acc.el -- minor mode providing electric accent keys
+;;; iso-acc.el --- minor mode providing electric accent keys
 
 ;; Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
 
--- a/lisp/international/iso-cvt.el	Mon May 20 16:02:45 1996 +0000
+++ b/lisp/international/iso-cvt.el	Mon May 20 21:07:10 1996 +0000
@@ -1,4 +1,4 @@
-;;; iso-cvt.el -- translate to ISO 8859-1 from/to net/TeX conventions
+;;; 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.
--- a/lisp/patcomp.el	Mon May 20 16:02:45 1996 +0000
+++ b/lisp/patcomp.el	Mon May 20 21:07:10 1996 +0000
@@ -1,3 +1,4 @@
+
 ;;; This function is used by the patch files to update Emacs releases.
 
 (defun batch-byte-recompile-emacs ()
--- a/lisp/soundex.el	Mon May 20 16:02:45 1996 +0000
+++ b/lisp/soundex.el	Mon May 20 21:07:10 1996 +0000
@@ -1,4 +1,4 @@
-;;; soundex.el -- implement Soundex algorithm
+;;; soundex.el --- implement Soundex algorithm
 
 ;; Copyright (C) 1993 Free Software Foundation, Inc.
 
--- a/lisp/tcp.el	Mon May 20 16:02:45 1996 +0000
+++ b/lisp/tcp.el	Mon May 20 21:07:10 1996 +0000
@@ -1,4 +1,4 @@
-;;; TCP/IP stream emulation for GNU Emacs
+;;; tcp.el --- TCP/IP stream emulation for GNU Emacs
 
 ;; Copyright (C) 1988, 1989, 1993 Free Software Foundation, Inc.