aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Naggum1996-05-20 21:07:10 +0000
committerErik Naggum1996-05-20 21:07:10 +0000
commitb035a6780c3c5336e95ab4a42fc9e38aaab6cf89 (patch)
tree2faea17fb0f9202b5ac1398b957cba2de0b35bde
parent45968db63b1e4eb3d341b5d3593624fdbd40985d (diff)
downloademacs-b035a6780c3c5336e95ab4a42fc9e38aaab6cf89.tar.gz
emacs-b035a6780c3c5336e95ab4a42fc9e38aaab6cf89.zip
Fixed up initial line
-rw-r--r--lisp/complete.el2
-rw-r--r--lisp/derived.el2
-rw-r--r--lisp/emacs-lisp/backquote.el2
-rw-r--r--lisp/emulation/pc-mode.el2
-rw-r--r--lisp/international/iso-acc.el2
-rw-r--r--lisp/international/iso-cvt.el2
-rw-r--r--lisp/patcomp.el1
-rw-r--r--lisp/soundex.el2
-rw-r--r--lisp/tcp.el2
9 files changed, 9 insertions, 8 deletions
diff --git a/lisp/complete.el b/lisp/complete.el
index 65d2fe07ce3..69db58a985c 100644
--- a/lisp/complete.el
+++ b/lisp/complete.el
@@ -1,4 +1,4 @@
1;;; complete.el -- partial completion mechanism plus other goodies 1;;; complete.el --- partial completion mechanism plus other goodies
2 2
3;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
4 4
diff --git a/lisp/derived.el b/lisp/derived.el
index 6db92e85408..48824a61ec2 100644
--- a/lisp/derived.el
+++ b/lisp/derived.el
@@ -1,4 +1,4 @@
1;;; derived.el -- allow inheritance of major modes. 1;;; derived.el --- allow inheritance of major modes.
2;;; (formerly mode-clone.el) 2;;; (formerly mode-clone.el)
3 3
4;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. 4;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el
index 41f1cf8b1f1..807b4bd1c50 100644
--- a/lisp/emacs-lisp/backquote.el
+++ b/lisp/emacs-lisp/backquote.el
@@ -1,4 +1,4 @@
1;;; backquote.el -- implement the ` Lisp construct 1;;; backquote.el --- implement the ` Lisp construct
2 2
3;;; Copyright (C) 1990, 1992, 1994 Free Software Foundation, Inc. 3;;; Copyright (C) 1990, 1992, 1994 Free Software Foundation, Inc.
4 4
diff --git a/lisp/emulation/pc-mode.el b/lisp/emulation/pc-mode.el
index b06e1cf3b49..c7db52ba567 100644
--- a/lisp/emulation/pc-mode.el
+++ b/lisp/emulation/pc-mode.el
@@ -1,4 +1,4 @@
1;;; pc-mode.el emulate certain key bindings used on PCs. 1;;; pc-mode.el --- emulate certain key bindings used on PCs.
2 2
3;; Copyright (C) 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1995 Free Software Foundation, Inc.
4 4
diff --git a/lisp/international/iso-acc.el b/lisp/international/iso-acc.el
index d1363476590..f049af56daa 100644
--- a/lisp/international/iso-acc.el
+++ b/lisp/international/iso-acc.el
@@ -1,4 +1,4 @@
1;;; iso-acc.el -- minor mode providing electric accent keys 1;;; iso-acc.el --- minor mode providing electric accent keys
2 2
3;; Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
4 4
diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el
index a01e2f5468c..150eed2a9f6 100644
--- a/lisp/international/iso-cvt.el
+++ b/lisp/international/iso-cvt.el
@@ -1,4 +1,4 @@
1;;; iso-cvt.el -- translate to ISO 8859-1 from/to net/TeX conventions 1;;; iso-cvt.el --- translate to ISO 8859-1 from/to net/TeX conventions
2;; This file was formerly called gm-lingo.el. 2;; This file was formerly called gm-lingo.el.
3 3
4;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. 4;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
diff --git a/lisp/patcomp.el b/lisp/patcomp.el
index e7c8652a5cc..201c23c911e 100644
--- a/lisp/patcomp.el
+++ b/lisp/patcomp.el
@@ -1,3 +1,4 @@
1
1;;; This function is used by the patch files to update Emacs releases. 2;;; This function is used by the patch files to update Emacs releases.
2 3
3(defun batch-byte-recompile-emacs () 4(defun batch-byte-recompile-emacs ()
diff --git a/lisp/soundex.el b/lisp/soundex.el
index 253a02315bd..5f703228df2 100644
--- a/lisp/soundex.el
+++ b/lisp/soundex.el
@@ -1,4 +1,4 @@
1;;; soundex.el -- implement Soundex algorithm 1;;; soundex.el --- implement Soundex algorithm
2 2
3;; Copyright (C) 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1993 Free Software Foundation, Inc.
4 4
diff --git a/lisp/tcp.el b/lisp/tcp.el
index c2f921f61f9..2f5b756ab82 100644
--- a/lisp/tcp.el
+++ b/lisp/tcp.el
@@ -1,4 +1,4 @@
1;;; TCP/IP stream emulation for GNU Emacs 1;;; tcp.el --- TCP/IP stream emulation for GNU Emacs
2 2
3;; Copyright (C) 1988, 1989, 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1988, 1989, 1993 Free Software Foundation, Inc.
4 4