From: Dave Love Date: Thu, 25 May 2000 11:59:11 +0000 (+0000) Subject: (Fdump_glyph_matrix): Declare the arg. X-Git-Tag: emacs-pretest-21.0.90~3721 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=02513cddf0ab030609c7aad78b82a66e083d5c0e;p=emacs.git (Fdump_glyph_matrix): Declare the arg. --- diff --git a/src/ChangeLog b/src/ChangeLog index f631e1c3c2c..308e7ad2c43 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2000-05-25 Dave Love + * xdisp.c (Fdump_glyph_matrix): Declare the arg. + * coding.c (encode_eol): Add null statement after label. 2000-05-25 Eli Zaretskii diff --git a/src/xdisp.c b/src/xdisp.c index b441f5a2488..fef2b9429c8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -2538,7 +2538,7 @@ handle_single_display_prop (it, prop, object, position) 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 @@ DEFUN ("dump-glyph-matrix", Fdump_glyph_matrix, 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);