aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-09 10:38:47 +0000
committerGerd Moellmann2001-05-09 10:38:47 +0000
commita36d22d2ed9087b71a23b2ea8ba79b29250c94dc (patch)
treeca4d1b1ccb684c056ad073ce1ff32dc4a74beb90 /src
parent3e057f36a059e35eb8b8ad9656c47295f3b313b4 (diff)
downloademacs-a36d22d2ed9087b71a23b2ea8ba79b29250c94dc.tar.gz
emacs-a36d22d2ed9087b71a23b2ea8ba79b29250c94dc.zip
Comment fixes.
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 7018812aba7..6a319f2138e 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -502,10 +502,12 @@ struct glyph_matrix
502 char method[512]; 502 char method[512];
503#endif 503#endif
504 504
505 /* The buffer this matrix displays. Set in redisplay_internal. */ 505 /* The buffer this matrix displays. Set in
506 mark_window_display_accurate_1. */
506 struct buffer *buffer; 507 struct buffer *buffer;
507 508
508 /* Values of BEGV and ZV as of last redisplay. */ 509 /* Values of BEGV and ZV as of last redisplay. Set in
510 mark_window_display_accurate_1. */
509 int begv, zv; 511 int begv, zv;
510}; 512};
511 513