Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
634b8cac
Commit
634b8cac
authored
Sep 16, 2012
by
Paul Eggert
Browse files
* font.c (Ffont_shape_gstring): Remove unused local.
parent
518650a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/font.c
src/font.c
+1
-1
No files found.
src/ChangeLog
View file @
634b8cac
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.
...
...
src/font.c
View file @
634b8cac
...
...
@@ -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);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment