From: Chong Yidong Date: Tue, 5 Jun 2007 00:19:05 +0000 (+0000) Subject: (syms_of_xfaces): Delete stray semicolon. X-Git-Tag: emacs-pretest-22.1.90~1437 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=543d144825241e3b2dabae57b1fe87ba554f9c51;p=emacs.git (syms_of_xfaces): Delete stray semicolon. --- diff --git a/src/xfaces.c b/src/xfaces.c index b98d10764ce..07ea34bf736 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -7987,7 +7987,7 @@ syms_of_xfaces () staticpro (&QCforeground); QCbackground = intern (":background"); staticpro (&QCbackground); - QCstipple = intern (":stipple");; + QCstipple = intern (":stipple"); staticpro (&QCstipple); QCwidth = intern (":width"); staticpro (&QCwidth);