/[emacs]/emacs/src/xfaces.c
ViewVC logotype

Diff of /emacs/src/xfaces.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.313 by eliz, Sat Feb 5 12:14:45 2005 UTC revision 1.314 by kfstorm, Fri Feb 18 22:55:53 2005 UTC
# Line 4148  FRAME 0 means change the face on all fra Line 4148  FRAME 0 means change the face on all fra
4148                  }                  }
4149                else if (EQ (k, QCcolor))                else if (EQ (k, QCcolor))
4150                  {                  {
4151                    if (!STRINGP (v) || SCHARS (v) == 0)                    if (!NILP (v) && (!STRINGP (v) || SCHARS (v) == 0))
4152                      break;                      break;
4153                  }                  }
4154                else if (EQ (k, QCstyle))                else if (EQ (k, QCstyle))

Legend:
Removed from v.1.313  
changed lines
  Added in v.1.314

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26