Mercurial > emacs
changeset 15340:a79f1c8d3984
(Fset_face_attribute_internal) [MSDOS]: Don't mask
bright color bit in background colors.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 Jun 1996 15:26:05 +0000 |
parents | b774b50ca14a |
children | 8a0f5a5937e5 |
files | src/xfaces.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfaces.c Thu Jun 06 14:36:30 1996 +0000 +++ b/src/xfaces.c Thu Jun 06 15:26:05 1996 +0000 @@ -1183,9 +1183,6 @@ { unsigned long new_color = load_color (f, attr_value); unload_color (f, face->background); -#if defined (MSDOS) && !defined (HAVE_X_WINDOWS) - new_color &= ~8; /* Bright would give blinking characters. */ -#endif face->background = new_color; garbaged = 1; }