comparison src/xdisp.c @ 29185:239420a3c60d

(Fdump_glyph_matrix): Declare the arg.
author Dave Love <fx@gnu.org>
date Thu, 25 May 2000 11:57:57 +0000
parents af50e87cc257
children 3977c8167022
comparison
equal deleted inserted replaced
29184:446621f88d68 29185:239420a3c60d
2536 it->image_id = lookup_image (it->f, value); 2536 it->image_id = lookup_image (it->f, value);
2537 it->position = start_pos; 2537 it->position = start_pos;
2538 it->object = NILP (object) ? it->w->buffer : object; 2538 it->object = NILP (object) ? it->w->buffer : object;
2539 it->method = next_element_from_image; 2539 it->method = next_element_from_image;
2540 2540
2541 /* Say that we don't have consumed the characters with 2541 /* Say that we haven't consumed the characters with
2542 `display' property yet. The call to pop_it in 2542 `display' property yet. The call to pop_it in
2543 set_iterator_to_next will clean this up. */ 2543 set_iterator_to_next will clean this up. */
2544 *position = start_pos; 2544 *position = start_pos;
2545 } 2545 }
2546 #endif /* HAVE_WINDOW_SYSTEM */ 2546 #endif /* HAVE_WINDOW_SYSTEM */
10706 Sdump_glyph_matrix, 0, 1, "p", 10706 Sdump_glyph_matrix, 0, 1, "p",
10707 "Dump the current matrix of the selected window to stderr.\n\ 10707 "Dump the current matrix of the selected window to stderr.\n\
10708 Shows contents of glyph row structures. With non-nil optional\n\ 10708 Shows contents of glyph row structures. With non-nil optional\n\
10709 parameter WITH-GLYPHS-P, dump glyphs as well.") 10709 parameter WITH-GLYPHS-P, dump glyphs as well.")
10710 (with_glyphs_p) 10710 (with_glyphs_p)
10711 Lisp_Object with_glyphs_p;
10711 { 10712 {
10712 struct window *w = XWINDOW (selected_window); 10713 struct window *w = XWINDOW (selected_window);
10713 struct buffer *buffer = XBUFFER (w->buffer); 10714 struct buffer *buffer = XBUFFER (w->buffer);
10714 10715
10715 fprintf (stderr, "PT = %d, BEGV = %d. ZV = %d\n", 10716 fprintf (stderr, "PT = %d, BEGV = %d. ZV = %d\n",