Mercurial > emacs
changeset 102042:f0864f8938a3
(struct iterator_stack_entry): New line_wrap member.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 14 Feb 2009 17:28:27 +0000 |
parents | 942083429e2c |
children | e30b05317b87 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Sat Feb 14 17:28:08 2009 +0000 +++ b/src/dispextern.h Sat Feb 14 17:28:27 2009 +0000 @@ -2040,6 +2040,7 @@ unsigned string_from_display_prop_p : 1; unsigned display_ellipsis_p : 1; unsigned avoid_cursor_p : 1; + enum line_wrap_method line_wrap; /* properties from display property that are reset by another display property. */ short voffset;