diff options
author | Nicolas Petton <nicolas@petton.fr> | 2016-06-11 00:04:58 +0200 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2016-06-11 00:04:58 +0200 |
commit | 3ca428e9288ec01f157f374b040ceb021cbdca6a (patch) | |
tree | 49e7a2561f959ed8b312f4fa444509b9be4f65e5 /admin/authors.el | |
parent | 66d556b5187d768bbd233513b54dcb4beaa90c6d (diff) | |
download | emacs-3ca428e9288ec01f157f374b040ceb021cbdca6a.tar.gz |
add entries to authors.el
* admin/authors.el (authors-renamed-files-alist): Add char-fold files.
Diffstat (limited to 'admin/authors.el')
-rw-r--r-- | admin/authors.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/authors.el b/admin/authors.el index b93c9b251ca..1447bd4f49a 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -886,6 +886,8 @@ in the repository.") ("ED.WORSHIP" . "JOKES") ("GNU.JOKES" . "JOKES") ("CHARACTERS" . "TODO") + ("lisp/character-fold.el" . "lisp/char-fold.el") + ("test/automated/character-fold-tests.el" . "test/automated/char-fold-tests.el") ("images/gnus/mail_send.xpm" . "mail-send.xpm") ; still in images/gnus ;; Renamed within same directory. ("schema/xhtml-basic-form.rnc" . "xhtml-bform.rnc" ) |