summaryrefslogtreecommitdiff
path: root/src/fontset.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-02-11 09:45:12 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-02-11 09:45:12 +0000
commit8510724d46951d651a78424e12b93ccee100c665 (patch)
treeb04b98a8aa0cd962eac5de05dab0e81f120d3473 /src/fontset.c
parentabab01f2e81262d65221d02b0cf525679bd8b7a7 (diff)
downloademacs-8510724d46951d651a78424e12b93ccee100c665.tar.gz
Remove spurious semicolons.
Diffstat (limited to 'src/fontset.c')
-rw-r--r--src/fontset.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 701ab66e89e..03d093fa09d 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -1062,7 +1062,7 @@ fontset_pattern_regexp (pattern)
nstars++;
else if (*p0 == '['
|| *p0 == '.' || *p0 == '\\'
- || *p0 == '+' || *p0 == '^'
+ || *p0 == '+' || *p0 == '^'
|| *p0 == '$')
nescs++;
}
@@ -1090,7 +1090,7 @@ fontset_pattern_regexp (pattern)
*p1++ = '.';
else if (*p0 == '['
|| *p0 == '.' || *p0 == '\\'
- || *p0 == '+' || *p0 == '^'
+ || *p0 == '+' || *p0 == '^'
|| *p0 == '$')
*p1++ = '\\', *p1++ = *p0;
else
@@ -1619,7 +1619,7 @@ FONT-SPEC is a vector, a cons, or a string. See the documentation of
}
else
{
- fontset = FONTSET_FROM_ID (id);;
+ fontset = FONTSET_FROM_ID (id);
free_realized_fontsets (fontset);
Fset_char_table_range (fontset, Qt, Qnil);
}