]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdump_glyph_matrix): Declare the arg.
authorDave Love <fx@gnu.org>
Thu, 25 May 2000 11:59:11 +0000 (11:59 +0000)
committerDave Love <fx@gnu.org>
Thu, 25 May 2000 11:59:11 +0000 (11:59 +0000)
src/ChangeLog
src/xdisp.c

index f631e1c3c2c7b5f79944a26a638f9d55c6f417ea..308e7ad2c4387b5004f4620b12e4277487d0c00b 100644 (file)
@@ -1,5 +1,7 @@
 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>
index b441f5a24882932b7edc519b934518e9b17214aa..fef2b9429c825a0bcb131bcd65b8cc79d154c888 100644 (file)
@@ -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);