]> code.delx.au - gnu-emacs/commit
Fix some minor quoting issues with grave accent
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Aug 2015 23:21:05 +0000 (16:21 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Aug 2015 23:23:06 +0000 (16:23 -0700)
commit6a45e72052498e082f7f67345daaff5596cbd812
treea3a9c0adfb27c3616cbaa44642996b5181d0b5ed
parente8b9b8c063df241707143623f4a0e2d37cb2d18b
Fix some minor quoting issues with grave accent

* src/dispnew.c (add_window_display_history) [GLYPH_DEBUG]:
Remove redundant quotes.
* src/doc.c (uLSQM, uRSQM): New macros.
* src/doc.c (Fsubstitute_command_keys):
* src/syntax.c (Finternal_describe_syntax_value): Follow the user
preference for quotes rather than hardcoding the ‘grave’ style.
* src/regex.c (PUSH_FAILURE_POINT, POP_FAILURE_POINT)
(re_match_2_internal) [DEBUG]: In debugging output, quote C
strings with "...", not `...'.
src/dispnew.c
src/doc.c
src/regex.c
src/syntax.c