2000-05-25 Dave Love <fx@gnu.org>
+ * xdisp.c (Fdump_glyph_matrix): Declare the arg.
+
* coding.c (encode_eol): Add null statement after label.
2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
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;
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);