Mercurial > hg > xemacs-beta
comparison src/glyphs-x.c @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 0d2f883870bc |
children | 48d667d6f17f |
comparison
equal
deleted
inserted
replaced
99:2d83cbd90d8d | 100:4be1180a9e89 |
---|---|
2519 Fmake_color_instance | 2519 Fmake_color_instance |
2520 (value, device, encode_error_behavior_flag (ERROR_ME_NOT)); | 2520 (value, device, encode_error_behavior_flag (ERROR_ME_NOT)); |
2521 else | 2521 else |
2522 { | 2522 { |
2523 assert (COLOR_SPECIFIERP (value)); | 2523 assert (COLOR_SPECIFIERP (value)); |
2524 value = Fspecifier_instance (value, device, Qnil, Qnil); | 2524 value = Fspecifier_instance (value, Qnil, Qnil, Qnil); |
2525 } | 2525 } |
2526 if (NILP (value)) | 2526 if (NILP (value)) |
2527 continue; | 2527 continue; |
2528 results = noseeum_cons (noseeum_cons (name, value), results); | 2528 results = noseeum_cons (noseeum_cons (name, value), results); |
2529 i++; | 2529 i++; |