From: Eli Zaretskii Date: Sun, 26 Aug 2001 16:44:22 +0000 (+0000) Subject: Add the Maintainer keyword. From Pavel Janik. X-Git-Tag: emacs-pretest-21.0.105~71 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89aea802cd7567befe0d63975d37648b80452e7d;p=emacs.git Add the Maintainer keyword. From Pavel Janik. --- 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 + * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel + Jan,Bm(Bk . + + * 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 . 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.