aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-08-06 10:12:17 +0000
committerPavel Janík2001-08-06 10:12:17 +0000
commit6228c05b99ca80eb81689023b133f3dc9e40c604 (patch)
treebbfbdd4aade6d0427266e28162a63d8c27518b41
parent339607b4a2a70a4d5eb6f63263623bc00f6d589a (diff)
downloademacs-6228c05b99ca80eb81689023b133f3dc9e40c604.tar.gz
emacs-6228c05b99ca80eb81689023b133f3dc9e40c604.zip
Keyword added and FSF specified as Maintainer.
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/abbrev.el1
-rw-r--r--lisp/add-log.el1
-rw-r--r--lisp/diff.el1
-rw-r--r--lisp/faces.el2
-rw-r--r--lisp/mail/sc.el2
-rw-r--r--lisp/textmodes/fill.el1
-rw-r--r--lisp/textmodes/makeinfo.el1
-rw-r--r--lisp/textmodes/page-ext.el1
-rw-r--r--lisp/textmodes/page.el1
-rw-r--r--lisp/textmodes/text-mode.el1
-rw-r--r--lisp/textmodes/two-column.el1
12 files changed, 18 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2225b6b742f..4b723d3b4d9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,11 @@
12001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
4 textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
5
3 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el, 6 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
4 emulation/pc-mode.el: specify FSF as Maintainer. 7 emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
8 add-log.el, faces.el, mail/sc.el: specify FSF as Maintainer.
5 9
62001-08-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 102001-08-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
7 11
diff --git a/lisp/abbrev.el b/lisp/abbrev.el
index b2cf747fca0..b0934c82bec 100644
--- a/lisp/abbrev.el
+++ b/lisp/abbrev.el
@@ -2,6 +2,7 @@
2 2
3;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF
5;; Keywords: abbrev convenience 6;; Keywords: abbrev convenience
6 7
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
diff --git a/lisp/add-log.el b/lisp/add-log.el
index 3154fcf13ec..61a29beda84 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -2,6 +2,7 @@
2 2
3;; Copyright (C) 1985, 86, 88, 93, 94, 97, 98, 2000 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 86, 88, 93, 94, 97, 98, 2000 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF
5;; Keywords: tools 6;; Keywords: tools
6 7
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
diff --git a/lisp/diff.el b/lisp/diff.el
index 0e80b6a824f..1c897a20974 100644
--- a/lisp/diff.el
+++ b/lisp/diff.el
@@ -2,6 +2,7 @@
2 2
3;; Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF
5;; Keywords: unix, tools 6;; Keywords: unix, tools
6 7
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
diff --git a/lisp/faces.el b/lisp/faces.el
index 4c795ef346d..9b52c03ab7e 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -3,6 +3,8 @@
3;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 3;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Maintainer: FSF
7
6;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
7 9
8;; GNU Emacs is free software; you can redistribute it and/or modify 10;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/mail/sc.el b/lisp/mail/sc.el
index 1a90f68ef37..4c42fdce101 100644
--- a/lisp/mail/sc.el
+++ b/lisp/mail/sc.el
@@ -1,5 +1,7 @@
1;;; sc.el --- old name for supercite 1;;; sc.el --- old name for supercite
2 2
3;; Maintainer: FSF
4
3;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
4 6
5;;; Commentary: 7;;; Commentary:
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index 033435f97bd..bd47d635cfb 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -2,6 +2,7 @@
2 2
3;; Copyright (C) 1985, 86, 92, 94, 95, 96, 97, 1999 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 86, 92, 94, 95, 96, 97, 1999 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF
5;; Keywords: wp 6;; Keywords: wp
6 7
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
diff --git a/lisp/textmodes/makeinfo.el b/lisp/textmodes/makeinfo.el
index 718d96ed5ac..9370ee80894 100644
--- a/lisp/textmodes/makeinfo.el
+++ b/lisp/textmodes/makeinfo.el
@@ -4,6 +4,7 @@
4 4
5;; Author: Robert J. Chassell 5;; Author: Robert J. Chassell
6;; Maintainer: FSF 6;; Maintainer: FSF
7;; Keywords: docs convenience
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
9 10
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el
index 3b04d3787be..87059d21b0a 100644
--- a/lisp/textmodes/page-ext.el
+++ b/lisp/textmodes/page-ext.el
@@ -3,6 +3,7 @@
3;; Copyright (C) 1990, 1991, 1993, 1994 Free Software Foundation 3;; Copyright (C) 1990, 1991, 1993, 1994 Free Software Foundation
4 4
5;; Maintainer: Robert J. Chassell <bob@gnu.org> 5;; Maintainer: Robert J. Chassell <bob@gnu.org>
6;; Keywords: wp data
6 7
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
8 9
diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el
index 7bf8631a3f5..ec09153d139 100644
--- a/lisp/textmodes/page.el
+++ b/lisp/textmodes/page.el
@@ -3,6 +3,7 @@
3;; Copyright (C) 1985 Free Software Foundation, Inc. 3;; Copyright (C) 1985 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: wp convenience
6 7
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
8 9
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el
index e6d3e0548b2..9e89cb17e30 100644
--- a/lisp/textmodes/text-mode.el
+++ b/lisp/textmodes/text-mode.el
@@ -3,6 +3,7 @@
3;; Copyright (C) 1985, 1992, 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1992, 1994 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: wp
6 7
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
8 9
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el
index b231a285675..da5fd523bfd 100644
--- a/lisp/textmodes/two-column.el
+++ b/lisp/textmodes/two-column.el
@@ -4,6 +4,7 @@
4 4
5;; Author: Daniel Pfeiffer <occitan@esperanto.org> 5;; Author: Daniel Pfeiffer <occitan@esperanto.org>
6;; Adapted-By: ESR, Daniel Pfeiffer 6;; Adapted-By: ESR, Daniel Pfeiffer
7;; Keywords: wp
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
9 10