]> git.eshelyaron.com Git - emacs.git/commit
Fix quoting in Fformat calls
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Aug 2015 00:16:28 +0000 (17:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Aug 2015 00:19:17 +0000 (17:19 -0700)
commit59b5141dd7247260cbc383e0bc2afde139d55670
treef9564ecfe86f381315848613ed2f4f8a2e9b2fbb
parent208cfda3aa174d81952ff35272a467f8cb7e539e
Fix quoting in Fformat calls

* src/image.c (xbm_read_bitmap_data, xbm_load_image, xbm_load)
(xpm_load, xpm_load_image, 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):
Quote diagnostics according to user preference when calling
Fformat or its derivatives.
src/image.c
src/lread.c
src/xfaces.c
src/xselect.c