diff options
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 5676aa4b245..4f0449383c6 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -10578,7 +10578,7 @@ static void dump_glyph_matrix P_ ((struct glyph_matrix *, int)); | |||
| 10578 | /* Dump the contents of glyph matrix MATRIX on stderr. If | 10578 | /* Dump the contents of glyph matrix MATRIX on stderr. If |
| 10579 | WITH_GLYPHS_P is non-zero, dump glyph contents as well. */ | 10579 | WITH_GLYPHS_P is non-zero, dump glyph contents as well. */ |
| 10580 | 10580 | ||
| 10581 | void | 10581 | static void |
| 10582 | dump_glyph_matrix (matrix, with_glyphs_p) | 10582 | dump_glyph_matrix (matrix, with_glyphs_p) |
| 10583 | struct glyph_matrix *matrix; | 10583 | struct glyph_matrix *matrix; |
| 10584 | int with_glyphs_p; | 10584 | int with_glyphs_p; |