# HG changeset patch # User Richard M. Stallman # Date 1156075619 0 # Node ID 44f03dd44abfecbd74a88457878de466ee0fdb39 # Parent 30a779a4fc5441bc7fff76a1f6a5591027a6a036 (load_pixmap): Add quotes in error message. diff -r 30a779a4fc54 -r 44f03dd44abf src/xfaces.c --- a/src/xfaces.c Sun Aug 20 12:06:20 2006 +0000 +++ b/src/xfaces.c Sun Aug 20 12:06:59 2006 +0000 @@ -1189,7 +1189,7 @@ 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)