diff options
Diffstat (limited to 'src')
| -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 4ae49d1cb54..7d41a41a83b 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -1375,7 +1375,7 @@ tty_lookup_color (f, color, tty_color, std_color) | |||
| 1375 | a standard color, we just give up and use TTY_COLOR. */ | 1375 | a standard color, we just give up and use TTY_COLOR. */ |
| 1376 | if ((!STRINGP (XCAR (color_desc)) | 1376 | if ((!STRINGP (XCAR (color_desc)) |
| 1377 | || NILP (Fstring_equal (color, XCAR (color_desc)))) | 1377 | || NILP (Fstring_equal (color, XCAR (color_desc)))) |
| 1378 | && Ffboundp (Qtty_color_standard_values)) | 1378 | && !NILP (Ffboundp (Qtty_color_standard_values))) |
| 1379 | { | 1379 | { |
| 1380 | /* Look up STD_COLOR separately. */ | 1380 | /* Look up STD_COLOR separately. */ |
| 1381 | rgb = call1 (Qtty_color_standard_values, color); | 1381 | rgb = call1 (Qtty_color_standard_values, color); |