comparison src/xfaces.c @ 77903:9a64509cb354

(syms_of_xfaces): Delete stray semicolon.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 05 Jun 2007 00:19:05 +0000
parents 19bf7ffe644e
children 922696f363b0 8f50479e40d1 4c726a40604c 648e6c714c7d
comparison
equal deleted inserted replaced
77902:d93a7467052e 77903:9a64509cb354
7985 staticpro (&QCreverse_video); 7985 staticpro (&QCreverse_video);
7986 QCforeground = intern (":foreground"); 7986 QCforeground = intern (":foreground");
7987 staticpro (&QCforeground); 7987 staticpro (&QCforeground);
7988 QCbackground = intern (":background"); 7988 QCbackground = intern (":background");
7989 staticpro (&QCbackground); 7989 staticpro (&QCbackground);
7990 QCstipple = intern (":stipple");; 7990 QCstipple = intern (":stipple");
7991 staticpro (&QCstipple); 7991 staticpro (&QCstipple);
7992 QCwidth = intern (":width"); 7992 QCwidth = intern (":width");
7993 staticpro (&QCwidth); 7993 staticpro (&QCwidth);
7994 QCfont = intern (":font"); 7994 QCfont = intern (":font");
7995 staticpro (&QCfont); 7995 staticpro (&QCfont);