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
7b781e9f
Commit
7b781e9f
authored
Mar 06, 2011
by
Paul Eggert
Browse files
* xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var.
parent
58635e4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
src/ChangeLog
src/ChangeLog
+1
-0
src/xdisp.c
src/xdisp.c
+0
-1
No files found.
src/ChangeLog
View file @
7b781e9f
...
...
@@ -8,6 +8,7 @@
(display_line, display_string, rows_from_pos_range):
(mouse_face_from_buffer_pos, note_mouse_highlight, expose_frame):
Rename or move local decls.
* xdisp.c (BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var.
2011-03-06 Michael Shields <shields@msrl.com> (tiny change)
src/xdisp.c
View file @
7b781e9f
...
...
@@ -21171,7 +21171,6 @@ compute_overhangs_and_x (struct glyph_string *s, int x, int backward_p)
do \
{ \
int face_id; \
XChar2b *char2b; \
\
face_id = (row)->glyphs[area][START].face_id; \
\
...
...
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