aboutsummaryrefslogtreecommitdiffstats
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 @@
12001-08-26 Eli Zaretskii <eliz@is.elta.co.il> 12001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
4 Jan,Bm(Bk <Pavel@Janik.cz>.
5
6 * emacs-lisp/lselect.el: Ditto.
7
3 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): Remove 8 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): Remove
4 periods from the end of error message strings. From Pavel 9 periods from the end of error message strings. From Pavel
5 Jan,Bm(Bk <Pavel@Janik.cz>. 10 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 @@
2 2
3;; Copyright (C) 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1993 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF
6
5;; This file is part of GNU Emacs. 7;; This file is part of GNU Emacs.
6 8
7;; GNU Emacs is free software; you can redistribute it and/or modify 9;; 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 @@
2 2
3;; Copyright (C) 1990, 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1990, 1993 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF
5;; Keywords: emulations 6;; Keywords: emulations
6 7
7;; This won't completely work until we support or emulate Lucid-style extents. 8;; This won't completely work until we support or emulate Lucid-style extents.