]> git.eshelyaron.com Git - emacs.git/commitdiff
(load_pixmap): Add quotes in error message.
authorRichard M. Stallman <rms@gnu.org>
Sun, 20 Aug 2006 12:06:59 +0000 (12:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 20 Aug 2006 12:06:59 +0000 (12:06 +0000)
src/xfaces.c

index 99355cca6afb68ade361810219e2174109b76963..3dc5ddc3401062e62422c6575d40fa74872b4a38 100644 (file)
@@ -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)