]> git.eshelyaron.com Git - emacs.git/commit
More readable regexp debug output
authorMattias Engdegård <mattiase@acm.org>
Fri, 28 Jun 2019 08:35:41 +0000 (10:35 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 28 Jun 2019 11:35:17 +0000 (13:35 +0200)
commit24a329608ddcdc8921d709bad65ddeed451d9a8e
treeafb554e3aeaa4a2cbd199753ede79f1c5db60c43
parent821725580720f9974b87189fe950435818a17e39
More readable regexp debug output

* src/regex-emacs.c (debug_putchar): New.
(print_fastmap, print_partial_compiled_pattern, print_double_string)
(regex_compile): Use debug_putchar.
(re_match_2_internal): Add newline.
src/regex-emacs.c