diff options
| author | Eli Zaretskii | 2001-08-26 16:44:22 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-08-26 16:44:22 +0000 |
| commit | 89aea802cd7567befe0d63975d37648b80452e7d (patch) | |
| tree | bd1fd811179bcfc9a8dc2f38fbfbf2f371afd02b | |
| parent | 165b428351b79a861c1eeed2cc6264d9141fa5a0 (diff) | |
| download | emacs-89aea802cd7567befe0d63975d37648b80452e7d.tar.gz emacs-89aea802cd7567befe0d63975d37648b80452e7d.zip | |
Add the Maintainer keyword. From Pavel Janik.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/emacs-lisp/levents.el | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/lselect.el | 1 |
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 @@ | |||
| 1 | 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-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. |