* font.c (Ffont_shape_gstring): Remove unused local.
This commit is contained in:
parent
518650a581
commit
634b8cacd6
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-09-16 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* font.c (Ffont_shape_gstring): Remove unused local.
|
||||
|
||||
2012-09-16 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (clean): No longer run nextstep's clean.
|
||||
|
|
|
@ -4303,7 +4303,7 @@ GSTRING. */)
|
|||
{
|
||||
struct font *font;
|
||||
Lisp_Object font_object, n, glyph;
|
||||
ptrdiff_t i, j, from, to;
|
||||
ptrdiff_t i, from, to;
|
||||
|
||||
if (! composition_gstring_p (gstring))
|
||||
signal_error ("Invalid glyph-string: ", gstring);
|
||||
|
|
Loading…
Add table
Reference in a new issue