From: Richard M. Stallman Date: Sun, 20 Aug 2006 12:06:59 +0000 (+0000) Subject: (load_pixmap): Add quotes in error message. X-Git-Tag: emacs-pretest-22.0.90~954 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2eb582aeac58327a85bd1a5fbdb21fd95264293a;p=emacs.git (load_pixmap): Add quotes in error message. --- diff --git a/src/xfaces.c b/src/xfaces.c index 99355cca6af..3dc5ddc3401 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -1189,7 +1189,7 @@ load_pixmap (f, name, w_ptr, h_ptr) if (bitmap_id < 0) { - add_to_log ("Invalid or undefined bitmap %s", name, Qnil); + add_to_log ("Invalid or undefined bitmap `%s'", name, Qnil); bitmap_id = 0; if (w_ptr)