]> code.delx.au - gnu-emacs/commit
Use new q ‘format’ flag when fixing quotes in C
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Aug 2015 06:04:58 +0000 (23:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Aug 2015 06:14:08 +0000 (23:14 -0700)
commit87fbe1a6cb6d212c69546bd10864288fcf034cc1
treebfb6defd964894b8f8077cdaa245fe8e6da86d7e
parent67de1b6fa752df913ae00537234d1a18bca2543f
Use new q ‘format’ flag when fixing quotes in C

* src/image.c (image_size_error): New function.  All uses of
image_error with "Invalid image size ..."  changed to use it.
* src/image.c (image_size_error, xbm_load_image, xbm_load)
(xpm_load, xpm_load_image, xpm_load, pbm_load, png_load_body)
(jpeg_load_body, tiff_load, gif_load, imagemagick_load_image)
(imagemagick_load, svg_load, svg_load_image, gs_load)
(x_kill_gs_process):
* src/lread.c (load_warn_old_style_backquotes):
* src/xfaces.c (load_pixmap):
* src/xselect.c (x_clipboard_manager_error_1):
Use %qs, not uLSQM and uRSQM.
* src/syntax.c (Finternal_describe_syntax_value):
Prefer Fsubstitute_command_keys to Fformat, as this lets
us use AUTO_STRING.
* src/xdisp.c (vadd_to_log): Use AUTO_STRING on the format argument,
as it's now guaranteed to be ASCII.
* src/xselect.c (x_clipboard_manager_error_2):
Avoid grave accent in low-level stderr diagnostic.
src/image.c
src/lread.c
src/syntax.c
src/xdisp.c
src/xfaces.c
src/xselect.c