diff options
author | Nicolas Petton <nicolas@petton.fr> | 2016-11-28 16:24:21 +0100 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2016-11-28 16:24:21 +0100 |
commit | 9a857b922e03617c533b396705f8019871b33b54 (patch) | |
tree | b0af0a19093a49ed512c2b917f707644a65e08a0 /admin/authors.el | |
parent | 6d27423d381c3496e76e8d57e0d81841cdde0815 (diff) | |
download | emacs-9a857b922e03617c533b396705f8019871b33b54.tar.gz |
* admin/authors.el (authors-renamed-files-alist): Addition.
Diffstat (limited to 'admin/authors.el')
-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 54c23207fee..5a97c854a62 100644 --- a/admin/authors.el +++ b/admin/authors.el @@ -856,7 +856,7 @@ in the repository.") ("emacs-lisp/assoc.el" . "assoc.el") ("emacs-lisp/cust-print.el" . "cust-print.el") ("emacs-lisp/gulp.el" . "gulp.el") - ("lisp/abbrevlist.el" . "abbrevlist.el") + ("abbrevlist.el" . "abbrevlist.el") ("emulation/crisp.el" . "crisp.el") ("emulation/tpu-edt.el" . "tpu-edt.el") ("emulation/tpu-extras.el" . "tpu-extras.el") |