]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xfaces): Delete stray semicolon.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:19:05 +0000 (00:19 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 5 Jun 2007 00:19:05 +0000 (00:19 +0000)
src/xfaces.c

index b98d10764ce461fbc4cedb26098cccc2820a13c9..07ea34bf736217d67750912c7b950d76ad2b0b7a 100644 (file)
@@ -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);