summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/emacs-lisp/levents.el2
-rw-r--r--lisp/emacs-lisp/lselect.el1
3 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4f61cab76b4..c3cd01076da 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
+ * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
+ Jan,Bm(Bk <Pavel@Janik.cz>.
+
+ * emacs-lisp/lselect.el: Ditto.
+
* hexl.el (hexl-insert-multibyte-char, hexl-insert-char): Remove
periods from the end of error message strings. From Pavel
Jan,Bm(Bk <Pavel@Janik.cz>.
diff --git a/lisp/emacs-lisp/levents.el b/lisp/emacs-lisp/levents.el
index 2f25ad6555d..8b2cc6c0ea2 100644
--- a/lisp/emacs-lisp/levents.el
+++ b/lisp/emacs-lisp/levents.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1993 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/emacs-lisp/lselect.el b/lisp/emacs-lisp/lselect.el
index e4114495a37..bb6f776a13b 100644
--- a/lisp/emacs-lisp/lselect.el
+++ b/lisp/emacs-lisp/lselect.el
@@ -2,6 +2,7 @@
;; Copyright (C) 1990, 1993 Free Software Foundation, Inc.
+;; Maintainer: FSF
;; Keywords: emulations
;; This won't completely work until we support or emulate Lucid-style extents.