Mercurial > emacs
changeset 29185:239420a3c60d
(Fdump_glyph_matrix): Declare the arg.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 25 May 2000 11:57:57 +0000 |
parents | 446621f88d68 |
children | cafa055e7a89 |
files | src/xdisp.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Thu May 25 11:47:09 2000 +0000 +++ b/src/xdisp.c Thu May 25 11:57:57 2000 +0000 @@ -2538,7 +2538,7 @@ it->object = NILP (object) ? it->w->buffer : object; it->method = next_element_from_image; - /* Say that we don't have consumed the characters with + /* Say that we haven't consumed the characters with `display' property yet. The call to pop_it in set_iterator_to_next will clean this up. */ *position = start_pos; @@ -10708,6 +10708,7 @@ Shows contents of glyph row structures. With non-nil optional\n\ parameter WITH-GLYPHS-P, dump glyphs as well.") (with_glyphs_p) + Lisp_Object with_glyphs_p; { struct window *w = XWINDOW (selected_window); struct buffer *buffer = XBUFFER (w->buffer);