diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-08-05 18:41:20 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-08-05 19:36:09 -0700 |
commit | e5652268a993ad9117f7253553c143d60460eb8f (patch) | |
tree | 82b54b12fa3c5d41fd5e5345f19613b722709495 /admin/MAINTAINERS | |
parent | ba8eb994f86206f69cbf9743a67b9d86ef9b1d8f (diff) | |
download | emacs-e5652268a993ad9117f7253553c143d60460eb8f.tar.gz |
Rename src/regex.c to src/regex-emacs.c.
This is in preparation for using Gnulib regex for etags,
to avoid collisions in include directives.
* src/regex-emacs.c: Rename from src/regex.c.
* src/regex-emacs.h: Rename from src/regex.h. All uses changed.
* test/src/regex-emacs-tests.el: Rename from test/src/regex-tests.el.
Diffstat (limited to 'admin/MAINTAINERS')
-rw-r--r-- | admin/MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/MAINTAINERS b/admin/MAINTAINERS index 1a4157ac53e..10633a8e0e8 100644 --- a/admin/MAINTAINERS +++ b/admin/MAINTAINERS @@ -37,7 +37,7 @@ Kenichi Handa Mule Stefan Monnier - src/regex.c + src/regex-emacs.c src/syntax.c src/keymap.c font-lock/jit-lock/syntax |