aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2007-06-05 00:19:05 +0000
committerChong Yidong2007-06-05 00:19:05 +0000
commit543d144825241e3b2dabae57b1fe87ba554f9c51 (patch)
tree395b1c0e7c3e1babd5365544d12efff6eff41ad5 /src
parentba3a66f4b8b32b3b4587d96edf874126a13630e7 (diff)
downloademacs-543d144825241e3b2dabae57b1fe87ba554f9c51.tar.gz
emacs-543d144825241e3b2dabae57b1fe87ba554f9c51.zip
(syms_of_xfaces): Delete stray semicolon.
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
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 ()
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);