aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond1992-07-17 20:24:00 +0000
committerEric S. Raymond1992-07-17 20:24:00 +0000
commitd7b4d18fd42a5f4cd81a2340bdcbbb3a15576857 (patch)
tree8dfe9753e9707c33ddd09868be752484b1aa6057
parent2581ab99686b057693924e771fac1dfa6a414c59 (diff)
downloademacs-d7b4d18fd42a5f4cd81a2340bdcbbb3a15576857.tar.gz
emacs-d7b4d18fd42a5f4cd81a2340bdcbbb3a15576857.zip
*** empty log message ***
-rw-r--r--lisp/emacs-lisp/copyright.el1
-rw-r--r--lisp/emacs-lisp/profile.el1
-rw-r--r--lisp/emacs-lisp/tq.el1
-rw-r--r--lisp/env.el1
-rw-r--r--lisp/mail/rfc822.el1
-rw-r--r--lisp/mail/rmail.el1
-rw-r--r--lisp/mail/rmailedit.el1
-rw-r--r--lisp/mail/rmailkwd.el1
-rw-r--r--lisp/mail/rmailmsc.el1
-rw-r--r--lisp/mail/rmailout.el1
-rw-r--r--lisp/mail/rmailsort.el1
-rw-r--r--lisp/mail/rmailsum.el1
-rw-r--r--lisp/mail/rnews.el1
-rw-r--r--lisp/mail/rnewspost.el1
-rw-r--r--lisp/mail/sendmail.el1
-rw-r--r--lisp/mail/undigest.el1
-rw-r--r--lisp/nnspool.el1
-rw-r--r--lisp/nntp.el1
-rw-r--r--lisp/novice.el1
-rw-r--r--lisp/paths.el1
-rw-r--r--lisp/play/spook.el5
-rw-r--r--lisp/play/studly.el1
-rw-r--r--lisp/progmodes/perl-mode.el1
-rw-r--r--lisp/progmodes/prolog.el1
-rw-r--r--lisp/progmodes/scheme.el1
-rw-r--r--lisp/rect.el1
-rw-r--r--lisp/register.el1
-rw-r--r--lisp/resume.el1
-rw-r--r--lisp/server.el1
-rw-r--r--lisp/shell.el1
-rw-r--r--lisp/sort.el1
-rw-r--r--lisp/startup.el1
-rw-r--r--lisp/sun-fns.el1
-rw-r--r--lisp/sun-keys.el1
-rw-r--r--lisp/superyank.el1
-rw-r--r--lisp/tar-mode.el1
-rw-r--r--lisp/term/sun-mouse.el1
-rw-r--r--lisp/term/sup-mouse.el1
-rw-r--r--lisp/textmodes/nroff-mode.el1
-rw-r--r--lisp/textmodes/paragraphs.el1
-rw-r--r--lisp/textmodes/refbib.el1
-rw-r--r--lisp/textmodes/sgml-mode.el1
-rw-r--r--lisp/textmodes/tex-mode.el1
-rw-r--r--lisp/textmodes/texinfmt.el1
-rw-r--r--lisp/textmodes/texinfo.el1
-rw-r--r--lisp/textmodes/texnfo-upd.el1
-rw-r--r--lisp/textmodes/underline.el1
-rw-r--r--lisp/unused.el1
48 files changed, 50 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el
index 2856e17c264..7f33a7e6351 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -2,6 +2,7 @@
2 2
3;; Author: Roland McGrath <roland@gnu.ai.mit.edu> 3;; Author: Roland McGrath <roland@gnu.ai.mit.edu>
4;; Last-Modified: 03 Jun 1991 4;; Last-Modified: 03 Jun 1991
5;; Keywords: maint
5 6
6;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. 7;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
7;;; 8;;;
diff --git a/lisp/emacs-lisp/profile.el b/lisp/emacs-lisp/profile.el
index 27757ce0b1d..b5ad14e15fa 100644
--- a/lisp/emacs-lisp/profile.el
+++ b/lisp/emacs-lisp/profile.el
@@ -5,6 +5,7 @@
5;; Last-Modified: 07 Feb 1992 5;; Last-Modified: 07 Feb 1992
6;; Version: 1.0 6;; Version: 1.0
7;; Adapted-By: ESR 7;; Adapted-By: ESR
8;; Keywords: lisp, tools
8 9
9;; Copyright (C) 1992 Free Software Foundation, Inc. 10;; Copyright (C) 1992 Free Software Foundation, Inc.
10 11
diff --git a/lisp/emacs-lisp/tq.el b/lisp/emacs-lisp/tq.el
index 4a5b155a55e..3ae320b3604 100644
--- a/lisp/emacs-lisp/tq.el
+++ b/lisp/emacs-lisp/tq.el
@@ -2,6 +2,7 @@
2 2
3;; Author: Scott Draves <spot@cs.cmu.edu> 3;; Author: Scott Draves <spot@cs.cmu.edu>
4;; Adapted-By: ESR 4;; Adapted-By: ESR
5;; Keywords: extensions
5 6
6;; Commentary: 7;; Commentary:
7 8
diff --git a/lisp/env.el b/lisp/env.el
index e03c38be1a7..21ebad37437 100644
--- a/lisp/env.el
+++ b/lisp/env.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 16 Mar 1992 4;; Last-Modified: 16 Mar 1992
5;; Keywords: extensions
5 6
6;;; Copyright Free Software Foundation 1991 7;;; Copyright Free Software Foundation 1991
7 8
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el
index 9c741dde0b4..13f87d4fced 100644
--- a/lisp/mail/rfc822.el
+++ b/lisp/mail/rfc822.el
@@ -3,6 +3,7 @@
3;; Author: Richard Mlynarik <mly@eddie.mit.edu> 3;; Author: Richard Mlynarik <mly@eddie.mit.edu>
4;; Maintainer: FSF 4;; Maintainer: FSF
5;; Last-Modified: 26 Nov 1990 5;; Last-Modified: 26 Nov 1990
6;; Keywords: mail
6 7
7;; Copyright (C) 1986, 87, 1990 Free Software Foundation, Inc. 8;; Copyright (C) 1986, 87, 1990 Free Software Foundation, Inc.
8 9
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 8f4bf10eff0..949d82cc6fb 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 24 Apr 1992 4;; Last-Modified: 24 Apr 1992
5;; Keywords: mail
5 6
6;; Copyright (C) 1985, 1986, 1987, 1988, 1991, 1992 Free Software Foundation, Inc. 7;; Copyright (C) 1985, 1986, 1987, 1988, 1991, 1992 Free Software Foundation, Inc.
7 8
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el
index 60eca528952..5edb34c8c42 100644
--- a/lisp/mail/rmailedit.el
+++ b/lisp/mail/rmailedit.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 31 Jul 1991 4;; Last-Modified: 31 Jul 1991
5;; Keywords: mail
5 6
6;; Copyright (C) 1985 Free Software Foundation, Inc. 7;; Copyright (C) 1985 Free Software Foundation, Inc.
7 8
diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el
index 1ac89d3461d..0d4a87588df 100644
--- a/lisp/mail/rmailkwd.el
+++ b/lisp/mail/rmailkwd.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 31 Oct 1989 4;; Last-Modified: 31 Oct 1989
5;; Keywords: mail
5 6
6;; Copyright (C) 1985, 1988 Free Software Foundation, Inc. 7;; Copyright (C) 1985, 1988 Free Software Foundation, Inc.
7 8
diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el
index 26ce9aa8bc5..3d1df761b48 100644
--- a/lisp/mail/rmailmsc.el
+++ b/lisp/mail/rmailmsc.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 31 Oct 1989 4;; Last-Modified: 31 Oct 1989
5;; Keywords: mail
5 6
6;; Copyright (C) 1985 Free Software Foundation, Inc. 7;; Copyright (C) 1985 Free Software Foundation, Inc.
7 8
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el
index fdb3f029ca6..bc0b4dd73cf 100644
--- a/lisp/mail/rmailout.el
+++ b/lisp/mail/rmailout.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 01 Mar 1991 4;; Last-Modified: 01 Mar 1991
5;; Keywords: mail
5 6
6;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. 7;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
7 8
diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el
index a069aec05c3..02c5215930b 100644
--- a/lisp/mail/rmailsort.el
+++ b/lisp/mail/rmailsort.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 16 Mar 1992 4;; Last-Modified: 16 Mar 1992
5;; Keywords: mail
5 6
6;; Copyright (C) 1990 Free Software Foundation, Inc. 7;; Copyright (C) 1990 Free Software Foundation, Inc.
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index 1a4e0e48301..f9b6e7372c9 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 30 Nov 1990 4;; Last-Modified: 30 Nov 1990
5;; Keywords: mail
5 6
6;; Copyright (C) 1985 Free Software Foundation, Inc. 7;; Copyright (C) 1985 Free Software Foundation, Inc.
7 8
diff --git a/lisp/mail/rnews.el b/lisp/mail/rnews.el
index a4fc266fd4c..13455efe7c8 100644
--- a/lisp/mail/rnews.el
+++ b/lisp/mail/rnews.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 16 Mar 1992 4;; Last-Modified: 16 Mar 1992
5;; Keywords: news
5 6
6;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. 7;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
7 8
diff --git a/lisp/mail/rnewspost.el b/lisp/mail/rnewspost.el
index cdc7dd388e7..1219f6de8e6 100644
--- a/lisp/mail/rnewspost.el
+++ b/lisp/mail/rnewspost.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 30 May 1992 4;; Last-Modified: 30 May 1992
5;; Keywords: mail, news
5 6
6;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. 7;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
7 8
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index 3373886703d..e775685ca77 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 24 Jun 1992 4;; Last-Modified: 24 Jun 1992
5;; Keywords: mail
5 6
6;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. 7;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
7 8
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el
index fe10a4e1a20..9680c95e32d 100644
--- a/lisp/mail/undigest.el
+++ b/lisp/mail/undigest.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 14 Jul 1992 4;; Last-Modified: 14 Jul 1992
5;; Keywords: mail
5 6
6;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. 7;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
7 8
diff --git a/lisp/nnspool.el b/lisp/nnspool.el
index ef66a71081b..e2c5f30f433 100644
--- a/lisp/nnspool.el
+++ b/lisp/nnspool.el
@@ -2,6 +2,7 @@
2 2
3;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> 3;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
4;; Last-Modified: 16 Mar 1992 4;; Last-Modified: 16 Mar 1992
5;; Keywords: news
5 6
6;; $Header: nnspool.el,v 1.10 90/03/23 13:25:25 umerin Locked $ 7;; $Header: nnspool.el,v 1.10 90/03/23 13:25:25 umerin Locked $
7 8
diff --git a/lisp/nntp.el b/lisp/nntp.el
index 6538492aded..e7883261621 100644
--- a/lisp/nntp.el
+++ b/lisp/nntp.el
@@ -2,6 +2,7 @@
2 2
3;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> 3;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
4;; Last-Modified: 16 Mar 1992 4;; Last-Modified: 16 Mar 1992
5;; Keywords: news
5 6
6;; $Header: nntp.el,v 3.10 90/03/23 13:25:27 umerin Locked $ 7;; $Header: nntp.el,v 3.10 90/03/23 13:25:27 umerin Locked $
7 8
diff --git a/lisp/novice.el b/lisp/novice.el
index 9849fd45ea7..cc8930443c4 100644
--- a/lisp/novice.el
+++ b/lisp/novice.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 22 May 1991 4;; Last-Modified: 22 May 1991
5;; Keywords: internal, help
5 6
6;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. 7;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
7 8
diff --git a/lisp/paths.el b/lisp/paths.el
index 3419c0d09c5..39cd93801b9 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 05 Dec 1991 4;; Last-Modified: 05 Dec 1991
5;; Keywords: internal
5 6
6;; Copyright (C) 1986, 1988 Free Software Foundation, Inc. 7;; Copyright (C) 1986, 1988 Free Software Foundation, Inc.
7 8
diff --git a/lisp/play/spook.el b/lisp/play/spook.el
index 9c62ed0e5a1..86beefdaac6 100644
--- a/lisp/play/spook.el
+++ b/lisp/play/spook.el
@@ -1,7 +1,8 @@
1;;; spook.el --- spook phrase utility for overloading the NSA line eater 1;;; spook.el --- spook phrase utility for overloading the NSA line eater
2 2
3;;; Maintainer: FSF 3;; Maintainer: FSF
4;;; Last-Modified: 05 Dec 1991 4;; Last-Modified: 05 Dec 1991
5;; Keywords: games
5 6
6;; Copyright (C) 1988 Free Software Foundation, Inc. 7;; Copyright (C) 1988 Free Software Foundation, Inc.
7 8
diff --git a/lisp/play/studly.el b/lisp/play/studly.el
index 704efe908de..23509fc90ab 100644
--- a/lisp/play/studly.el
+++ b/lisp/play/studly.el
@@ -1,6 +1,7 @@
1;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx) 1;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx)
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Keywords: games
4 5
5;;; This is in the public domain, since it was distributed 6;;; This is in the public domain, since it was distributed
6;;; by its author without a copyright notice in 1986. 7;;; by its author without a copyright notice in 1986.
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el
index c31de9470a2..f09ab3ed199 100644
--- a/lisp/progmodes/perl-mode.el
+++ b/lisp/progmodes/perl-mode.el
@@ -4,6 +4,7 @@
4;; Maintainer: FSF 4;; Maintainer: FSF
5;; Last-Modified: 21 Dec 1991 5;; Last-Modified: 21 Dec 1991
6;; Adapted-By: ESR 6;; Adapted-By: ESR
7;; Keywords: languages
7 8
8;; Copyright (C) 1990 William F. Mann 9;; Copyright (C) 1990 William F. Mann
9;; Adapted from C code editing commands 'c-mode.el', Copyright 1987 by the 10;; Adapted from C code editing commands 'c-mode.el', Copyright 1987 by the
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el
index ba98d5011b6..cbbf4ecd514 100644
--- a/lisp/progmodes/prolog.el
+++ b/lisp/progmodes/prolog.el
@@ -2,6 +2,7 @@
2 2
3;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> 3;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
4;; Last-Modified: 08 May 1989 4;; Last-Modified: 08 May 1989
5;; Keywords: languages
5 6
6;; Copyright (C) 1986, 1987 Free Software Foundation, Inc. 7;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
7 8
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el
index 1de78608655..b683160100d 100644
--- a/lisp/progmodes/scheme.el
+++ b/lisp/progmodes/scheme.el
@@ -2,6 +2,7 @@
2 2
3;; Author: Bill Rozas <jinz@prep.ai.mit.edu> 3;; Author: Bill Rozas <jinz@prep.ai.mit.edu>
4;; Last-Modified: 16 Mar 1992 4;; Last-Modified: 16 Mar 1992
5;; Keywords: languages, lisp
5 6
6;;; $Header: scheme.el,v 1.7 88/07/15 20:20:00 GMT cph Exp $ 7;;; $Header: scheme.el,v 1.7 88/07/15 20:20:00 GMT cph Exp $
7 8
diff --git a/lisp/rect.el b/lisp/rect.el
index 84aa7b73ae1..e3021877e0d 100644
--- a/lisp/rect.el
+++ b/lisp/rect.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 09 May 1991 4;; Last-Modified: 09 May 1991
5;; Keywords: internal
5 6
6;; Copyright (C) 1985 Free Software Foundation, Inc. 7;; Copyright (C) 1985 Free Software Foundation, Inc.
7 8
diff --git a/lisp/register.el b/lisp/register.el
index 047bcba1269..569e7e3b008 100644
--- a/lisp/register.el
+++ b/lisp/register.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 09 Jul 1992 4;; Last-Modified: 09 Jul 1992
5;; Keywords: internal
5 6
6;; Copyright (C) 1985 Free Software Foundation, Inc. 7;; Copyright (C) 1985 Free Software Foundation, Inc.
7 8
diff --git a/lisp/resume.el b/lisp/resume.el
index 4d093113378..13357c75d66 100644
--- a/lisp/resume.el
+++ b/lisp/resume.el
@@ -3,6 +3,7 @@
3;; Author: Joe Wells <jbw@bucsf.bu.edu> 3;; Author: Joe Wells <jbw@bucsf.bu.edu>
4;; Last-Modified: Tue Jun 13 1989 4;; Last-Modified: Tue Jun 13 1989
5;; Adapted-By: ESR 5;; Adapted-By: ESR
6;; Keywords: processes
6 7
7;; Copyright (C) 1992 Free Software Foundation, Inc. 8;; Copyright (C) 1992 Free Software Foundation, Inc.
8 9
diff --git a/lisp/server.el b/lisp/server.el
index eee0b78f8b2..59219967b8e 100644
--- a/lisp/server.el
+++ b/lisp/server.el
@@ -2,6 +2,7 @@
2 2
3;; Author: William Sommerfeld <wesommer@athena.mit.edu> 3;; Author: William Sommerfeld <wesommer@athena.mit.edu>
4;; Last-Modified: 05 Dec 1991 4;; Last-Modified: 05 Dec 1991
5;; Keywords: processes
5 6
6;; Changes by peck@sun.com and by rms. 7;; Changes by peck@sun.com and by rms.
7 8
diff --git a/lisp/shell.el b/lisp/shell.el
index 3a5968e0b6b..0ae9e1b2a61 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -2,6 +2,7 @@
2 2
3;; Author: Olin Shivers <shivers@cs.cmu.edu> 3;; Author: Olin Shivers <shivers@cs.cmu.edu>
4;; Last-Modified: 16 Mar 1992 4;; Last-Modified: 16 Mar 1992
5;; Keywords: processes
5 6
6;;; Copyright Olin Shivers (1988). 7;;; Copyright Olin Shivers (1988).
7 8
diff --git a/lisp/sort.el b/lisp/sort.el
index 2e4a4a087a9..63b7190af2a 100644
--- a/lisp/sort.el
+++ b/lisp/sort.el
@@ -3,6 +3,7 @@
3;; Author: Howie Kaye 3;; Author: Howie Kaye
4;; Maintainer: FSF 4;; Maintainer: FSF
5;; Last-Modified: 28 Aug 1990 5;; Last-Modified: 28 Aug 1990
6;; Keywords: unix
6 7
7;; Copyright (C) 1986, 1987 Free Software Foundation, Inc. 8;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
8 9
diff --git a/lisp/startup.el b/lisp/startup.el
index 2571f14abdf..2aa1f7a225c 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 09 Jul 1992 4;; Last-Modified: 09 Jul 1992
5;; Keywords: internal
5 6
6;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. 7;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc.
7 8
diff --git a/lisp/sun-fns.el b/lisp/sun-fns.el
index bdb43faa1d6..467001d0445 100644
--- a/lisp/sun-fns.el
+++ b/lisp/sun-fns.el
@@ -2,6 +2,7 @@
2 2
3;; Author: Jeff Peck <peck@sun.com> 3;; Author: Jeff Peck <peck@sun.com>
4;; Last-Modified: 14 Aug 1987 4;; Last-Modified: 14 Aug 1987
5;; Keywords: hardware
5 6
6;; Copyright (C) 1987 Free Software Foundation, Inc. 7;; Copyright (C) 1987 Free Software Foundation, Inc.
7 8
diff --git a/lisp/sun-keys.el b/lisp/sun-keys.el
index b059a8e20c9..e8bf2f32e8c 100644
--- a/lisp/sun-keys.el
+++ b/lisp/sun-keys.el
@@ -2,6 +2,7 @@
2 2
3;; Author: Ian G. Batten <batten@uk.ac.bham.multics> 3;; Author: Ian G. Batten <batten@uk.ac.bham.multics>
4;; Last-Modified: 30 May 1992 4;; Last-Modified: 30 May 1992
5;; Keywords: terminals
5 6
6;;; Copyright (C) 1986 Free Software Foundation, Inc. 7;;; Copyright (C) 1986 Free Software Foundation, Inc.
7;;; 8;;;
diff --git a/lisp/superyank.el b/lisp/superyank.el
index c6650468382..48edf30a538 100644
--- a/lisp/superyank.el
+++ b/lisp/superyank.el
@@ -4,6 +4,7 @@
4;; Version: 1.1 4;; Version: 1.1
5;; Last-Modified: 15 Jul 1992 5;; Last-Modified: 15 Jul 1992
6;; Adapted-By: ESR 6;; Adapted-By: ESR
7;; Keywords: news
7 8
8;;; Commentary: 9;;; Commentary:
9 10
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el
index 57c11db9edc..6ffe4f3c84b 100644
--- a/lisp/tar-mode.el
+++ b/lisp/tar-mode.el
@@ -4,6 +4,7 @@
4;; Created: 04 Apr 1990 4;; Created: 04 Apr 1990
5;; Version: 1.21 5;; Version: 1.21
6;; Last-Modified: 10 Mar 1991 6;; Last-Modified: 10 Mar 1991
7;; Keywords: unix
7 8
8;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc. 9;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc.
9;;; 10;;;
diff --git a/lisp/term/sun-mouse.el b/lisp/term/sun-mouse.el
index ccd48d6af71..2b3dc5d6732 100644
--- a/lisp/term/sun-mouse.el
+++ b/lisp/term/sun-mouse.el
@@ -3,6 +3,7 @@
3;; Author: Jeff Peck 3;; Author: Jeff Peck
4;; Maintainer: FSF 4;; Maintainer: FSF
5;; Last-Modified: 14 Jul 1992 5;; Last-Modified: 14 Jul 1992
6;; Keywords: hardware
6 7
7;; Copyright (C) 1987 Free Software Foundation, Inc. 8;; Copyright (C) 1987 Free Software Foundation, Inc.
8 9
diff --git a/lisp/term/sup-mouse.el b/lisp/term/sup-mouse.el
index 86e7c6eed9c..9531a3b5781 100644
--- a/lisp/term/sup-mouse.el
+++ b/lisp/term/sup-mouse.el
@@ -4,6 +4,7 @@
4;; Maintainer: FSF 4;; Maintainer: FSF
5;; Created: 21 Nov 1986 5;; Created: 21 Nov 1986
6;; Last-Modified: 16 Mar 1992 6;; Last-Modified: 16 Mar 1992
7;; Keywords: hardware
7 8
8;; (from code originally written by John Robinson@bbn for the bitgraph) 9;; (from code originally written by John Robinson@bbn for the bitgraph)
9 10
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el
index b05632c569e..0368a2fcebe 100644
--- a/lisp/textmodes/nroff-mode.el
+++ b/lisp/textmodes/nroff-mode.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 09 May 1991 4;; Last-Modified: 09 May 1991
5;; Keywords: wp
5 6
6;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. 7;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
7 8
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index 1936f71186e..8376a70ed05 100644
--- a/lisp/textmodes/paragraphs.el
+++ b/lisp/textmodes/paragraphs.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 13 May 1991 4;; Last-Modified: 13 May 1991
5;; Keywords: wp
5 6
6;; Copyright (C) 1985, 86, 87, 1991 Free Software Foundation, Inc. 7;; Copyright (C) 1985, 86, 87, 1991 Free Software Foundation, Inc.
7 8
diff --git a/lisp/textmodes/refbib.el b/lisp/textmodes/refbib.el
index a769877118d..b7d73606c1e 100644
--- a/lisp/textmodes/refbib.el
+++ b/lisp/textmodes/refbib.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 16 Mar 1992 4;; Last-Modified: 16 Mar 1992
5;; Keywords: bib
5 6
6;; Copyright (C) 1989 Free Software Foundation, Inc. 7;; Copyright (C) 1989 Free Software Foundation, Inc.
7 8
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index 61437f14bb9..6f447144cb4 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -3,6 +3,7 @@
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 14 Jul 1992 4;; Last-Modified: 14 Jul 1992
5;; Adapted-By: ESR 5;; Adapted-By: ESR
6;; Keywords: wp
6 7
7;; Copyright (C) 1992 Free Software Foundation, Inc. 8;; Copyright (C) 1992 Free Software Foundation, Inc.
8 9
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 9b6fee482a5..9c81a60bbbf 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: Edward M. Reingold <reingold@cs.uiuc.edu> 3;; Maintainer: Edward M. Reingold <reingold@cs.uiuc.edu>
4;; Last-Modified: 04 July 1992 4;; Last-Modified: 04 July 1992
5;; Keywords: tex
5 6
6;; Contributions over the years by William F. Schelter, Dick King, 7;; Contributions over the years by William F. Schelter, Dick King,
7;; Stephen Gildea, Michael Prange, and Edward M. Reingold. 8;; Stephen Gildea, Michael Prange, and Edward M. Reingold.
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el
index 1c35f4c46e4..2c433ebee83 100644
--- a/lisp/textmodes/texinfmt.el
+++ b/lisp/textmodes/texinfmt.el
@@ -3,6 +3,7 @@
3;; Author: Robert J. Chassell <bob@gnu.ai.mit.edu> 3;; Author: Robert J. Chassell <bob@gnu.ai.mit.edu>
4;; Version: 2.00 4;; Version: 2.00
5;; Last-Modified: 14 Dec 1990 5;; Last-Modified: 14 Dec 1990
6;; Keywords: tex, help
6 7
7;; Copyright (C) 1985, 1986, 1988, 1990 Free Software Foundation, Inc. 8;; Copyright (C) 1985, 1986, 1988, 1990 Free Software Foundation, Inc.
8 9
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index 837dd3e3a2f..146fbe78229 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -3,6 +3,7 @@
3;; Author: Bob Chassell <bob@gnu.ai.mit.edu> 3;; Author: Bob Chassell <bob@gnu.ai.mit.edu>
4;; Version: 2.00 4;; Version: 2.00
5;; Last-Modified: 14 Dec 1990 5;; Last-Modified: 14 Dec 1990
6;; Keywords: maint, tex, doc, wp
6 7
7;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc. 8;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc.
8 9
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el
index a0902806d75..db70a00c8ec 100644
--- a/lisp/textmodes/texnfo-upd.el
+++ b/lisp/textmodes/texnfo-upd.el
@@ -3,6 +3,7 @@
3;; Author: Bob Chassell <bob@gnu.ai.mit.edu> 3;; Author: Bob Chassell <bob@gnu.ai.mit.edu>
4;; Version: 2.00 4;; Version: 2.00
5;; Last-Modified: 14 Dec 1990 5;; Last-Modified: 14 Dec 1990
6;; Keywords: maint, tex, docs
6 7
7;;;; Copyright 1989, 1990, 1992 Free Software Foundation 8;;;; Copyright 1989, 1990, 1992 Free Software Foundation
8 9
diff --git a/lisp/textmodes/underline.el b/lisp/textmodes/underline.el
index b30f897586c..f764d4a0985 100644
--- a/lisp/textmodes/underline.el
+++ b/lisp/textmodes/underline.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 30 May 1988 4;; Last-Modified: 30 May 1988
5;; Keywords: wp
5 6
6;; Copyright (C) 1985 Free Software Foundation, Inc. 7;; Copyright (C) 1985 Free Software Foundation, Inc.
7 8
diff --git a/lisp/unused.el b/lisp/unused.el
index 88b7acf7131..53ad89ac7e2 100644
--- a/lisp/unused.el
+++ b/lisp/unused.el
@@ -2,6 +2,7 @@
2 2
3;; Maintainer: FSF 3;; Maintainer: FSF
4;; Last-Modified: 14 Dec 1985 4;; Last-Modified: 14 Dec 1985
5;; Keywords: emulations
5 6
6;;; Commentary: 7;;; Commentary:
7 8