summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 @@
2001-08-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
+ * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
+ textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
+
* play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
- emulation/pc-mode.el: specify FSF as Maintainer.
+ emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
+ add-log.el, faces.el, mail/sc.el: specify FSF as Maintainer.
2001-08-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
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 @@
;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
+;; Maintainer: FSF
;; Keywords: abbrev convenience
;; 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 @@
;; Copyright (C) 1985, 86, 88, 93, 94, 97, 98, 2000 Free Software Foundation, Inc.
+;; Maintainer: FSF
;; Keywords: tools
;; 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 @@
;; Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc.
+;; Maintainer: FSF
;; Keywords: unix, tools
;; 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 @@
;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
;; Free Software Foundation, Inc.
+;; Maintainer: FSF
+
;; This file is part of GNU Emacs.
;; 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 @@
;;; sc.el --- old name for supercite
+;; Maintainer: FSF
+
;; This file is part of GNU Emacs.
;;; 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 @@
;; Copyright (C) 1985, 86, 92, 94, 95, 96, 97, 1999 Free Software Foundation, Inc.
+;; Maintainer: FSF
;; Keywords: wp
;; 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 @@
;; Author: Robert J. Chassell
;; Maintainer: FSF
+;; Keywords: docs convenience
;; This file is part of GNU Emacs.
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 @@
;; Copyright (C) 1990, 1991, 1993, 1994 Free Software Foundation
;; Maintainer: Robert J. Chassell <bob@gnu.org>
+;; Keywords: wp data
;; This file is part of GNU Emacs.
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 @@
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Maintainer: FSF
+;; Keywords: wp convenience
;; This file is part of GNU Emacs.
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 @@
;; Copyright (C) 1985, 1992, 1994 Free Software Foundation, Inc.
;; Maintainer: FSF
+;; Keywords: wp
;; This file is part of GNU Emacs.
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 @@
;; Author: Daniel Pfeiffer <occitan@esperanto.org>
;; Adapted-By: ESR, Daniel Pfeiffer
+;; Keywords: wp
;; This file is part of GNU Emacs.