]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixed up initial line
authorErik Naggum <erik@naggum.no>
Mon, 20 May 1996 21:07:10 +0000 (21:07 +0000)
committerErik Naggum <erik@naggum.no>
Mon, 20 May 1996 21:07:10 +0000 (21:07 +0000)
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

index 65d2fe07ce375cdfcbd8c6ac99df39c1a6289580..69db58a985ced1aedaa76d79ced9342e26492f03 100644 (file)
@@ -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.
 
index 6db92e85408b7252f57c8eb4b72f89b21199cee8..48824a61ec23b83248637d95574d535f0e17e102 100644 (file)
@@ -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.
index 41f1cf8b1f1515b41b569ce65065f9d5ff53d435..807b4bd1c509f067e453237d6215f7d8369e6e95 100644 (file)
@@ -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.
 
index b06e1cf3b49e8d2089f8c1bdf19b7e5b2c87294f..c7db52ba5678d2f6030c300f6b27ed9754ccef76 100644 (file)
@@ -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.
 
index d136347659008466323996b20b6c1ef34b20deda..f049af56daa6dcf4e2f7a6a6a234eb1275e7da80 100644 (file)
@@ -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.
 
index a01e2f5468c50489f4797a729a9e2e8a18618387..150eed2a9f65fb435c86862f6316de6615db9b6f 100644 (file)
@@ -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.
index e7c8652a5cc1200f43f60e7b1276633116af0c2b..201c23c911e6bab96f216eaf7efc2133644f00c4 100644 (file)
@@ -1,3 +1,4 @@
+
 ;;; This function is used by the patch files to update Emacs releases.
 
 (defun batch-byte-recompile-emacs ()
index 253a02315bd2aed28bada37d72e7d9a97e1384b2..5f703228df2e8e0917580c3ef5b786879eabf03a 100644 (file)
@@ -1,4 +1,4 @@
-;;; soundex.el -- implement Soundex algorithm
+;;; soundex.el --- implement Soundex algorithm
 
 ;; Copyright (C) 1993 Free Software Foundation, Inc.
 
index c2f921f61f9218e5a15ac05aea3010683e61820d..2f5b756ab823bff5f4f1b95b2767763f16581efd 100644 (file)
@@ -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.