diff options
| author | Paul Eggert | 2018-08-05 18:41:20 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-08-05 19:36:09 -0700 |
| commit | e5652268a993ad9117f7253553c143d60460eb8f (patch) | |
| tree | 82b54b12fa3c5d41fd5e5345f19613b722709495 /admin | |
| parent | ba8eb994f86206f69cbf9743a67b9d86ef9b1d8f (diff) | |
| download | emacs-e5652268a993ad9117f7253553c143d60460eb8f.tar.gz emacs-e5652268a993ad9117f7253553c143d60460eb8f.zip | |
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')
| -rw-r--r-- | admin/MAINTAINERS | 2 | ||||
| -rw-r--r-- | admin/find-gc.el | 2 |
2 files changed, 2 insertions, 2 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 | |||
| 37 | Mule | 37 | Mule |
| 38 | 38 | ||
| 39 | Stefan Monnier | 39 | Stefan Monnier |
| 40 | src/regex.c | 40 | src/regex-emacs.c |
| 41 | src/syntax.c | 41 | src/syntax.c |
| 42 | src/keymap.c | 42 | src/keymap.c |
| 43 | font-lock/jit-lock/syntax | 43 | font-lock/jit-lock/syntax |
diff --git a/admin/find-gc.el b/admin/find-gc.el index fb564039c7b..e8cc1136501 100644 --- a/admin/find-gc.el +++ b/admin/find-gc.el | |||
| @@ -57,7 +57,7 @@ Each entry has the form (FUNCTION . FUNCTIONS-IT-CALLS).") | |||
| 57 | "keymap.c" "sysdep.c" "buffer.c" "filelock.c" | 57 | "keymap.c" "sysdep.c" "buffer.c" "filelock.c" |
| 58 | "insdel.c" "marker.c" "minibuf.c" "fileio.c" | 58 | "insdel.c" "marker.c" "minibuf.c" "fileio.c" |
| 59 | "dired.c" "cmds.c" "casefiddle.c" | 59 | "dired.c" "cmds.c" "casefiddle.c" |
| 60 | "indent.c" "search.c" "regex.c" "undo.c" | 60 | "indent.c" "search.c" "regex-emacs.c" "undo.c" |
| 61 | "alloc.c" "data.c" "doc.c" "editfns.c" | 61 | "alloc.c" "data.c" "doc.c" "editfns.c" |
| 62 | "callint.c" "eval.c" "fns.c" "print.c" "lread.c" | 62 | "callint.c" "eval.c" "fns.c" "print.c" "lread.c" |
| 63 | "syntax.c" "unexcoff.c" | 63 | "syntax.c" "unexcoff.c" |