diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-06-05 00:19:05 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-06-05 00:19:05 +0000 |
commit | 543d144825241e3b2dabae57b1fe87ba554f9c51 (patch) | |
tree | 395b1c0e7c3e1babd5365544d12efff6eff41ad5 /src/xfaces.c | |
parent | ba3a66f4b8b32b3b4587d96edf874126a13630e7 (diff) | |
download | emacs-543d144825241e3b2dabae57b1fe87ba554f9c51.tar.gz |
(syms_of_xfaces): Delete stray semicolon.
Diffstat (limited to 'src/xfaces.c')
-rw-r--r-- | src/xfaces.c | 2 |
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 () staticpro (&QCforeground); QCbackground = intern (":background"); staticpro (&QCbackground); - QCstipple = intern (":stipple");; + QCstipple = intern (":stipple"); staticpro (&QCstipple); QCwidth = intern (":width"); staticpro (&QCwidth); |