From 2eb582aeac58327a85bd1a5fbdb21fd95264293a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 20 Aug 2006 12:06:59 +0000 Subject: [PATCH] (load_pixmap): Add quotes in error message. --- src/xfaces.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfaces.c b/src/xfaces.c index 99355cca6a..3dc5ddc340 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) -- 2.20.1