diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-08-20 12:06:59 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-08-20 12:06:59 +0000 |
commit | 2eb582aeac58327a85bd1a5fbdb21fd95264293a (patch) | |
tree | 1b70475da8a033f9a3b74c70cdb72c1c7c4053c2 /src/xfaces.c | |
parent | ff458d812f881e04585bef6bdb96e3cd0ddd905d (diff) | |
download | emacs-2eb582aeac58327a85bd1a5fbdb21fd95264293a.tar.gz |
(load_pixmap): Add quotes in error message.
Diffstat (limited to 'src/xfaces.c')
-rw-r--r-- | src/xfaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |