Mercurial > emacs
changeset 77903:9a64509cb354
(syms_of_xfaces): Delete stray semicolon.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 05 Jun 2007 00:19:05 +0000 |
parents | d93a7467052e |
children | ab7bb776baf9 |
files | src/xfaces.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfaces.c Mon Jun 04 23:51:29 2007 +0000 +++ b/src/xfaces.c Tue Jun 05 00:19:05 2007 +0000 @@ -7987,7 +7987,7 @@ staticpro (&QCforeground); QCbackground = intern (":background"); staticpro (&QCbackground); - QCstipple = intern (":stipple");; + QCstipple = intern (":stipple"); staticpro (&QCstipple); QCwidth = intern (":width"); staticpro (&QCwidth);