]> git.eshelyaron.com Git - emacs.git/commit
Avoid printing garbled error message from image.el
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2018 07:51:00 +0000 (09:51 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2018 07:51:00 +0000 (09:51 +0200)
commit32fb8c4c33305fa3107f23d8ce8cfba8e04a7433
tree8c0929cb8873c4d9c7ea34154b62a3b0b08fc5f3
parent0276743672672ce0caec7861741293a4ae11cb52
Avoid printing garbled error message from image.el

* lisp/image.el (image--get-imagemagick-and-warn): Don't use
apostrophe in the error message, as that message is shown from a
unibyte buffer, and will run afoul of the default style of showing
quote characters.  (Bug#30405)
lisp/image.el