mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
* font.c (Ffont_shape_gstring): Remove unused local.
This commit is contained in:
parent
518650a581
commit
634b8cacd6
@ -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…
Reference in New Issue
Block a user