diff options
-rw-r--r-- | admin/authors.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/authors.el b/admin/authors.el index 25871abe95d..1ff98fa588a 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -958,7 +958,7 @@ in the repository.") ("nxml/test.invalid.xml" . "test-invalid.xml") ("nxml/test.valid.xml" . "test-valid.xml") ("automated/Makefile.in" . "test/Makefile.in") - ("rmailmm.el" . "test/rmailmm.el") + ("test/rmailmm.el" . "rmailmm.el") ;; The one in lisp is eshell/eshell.el. ("eshell.el" . "eshell-tests.el") ("automated/eshell.el" . "eshell-tests.el") |