diff options
| author | Chong Yidong | 2009-02-14 17:28:27 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-02-14 17:28:27 +0000 |
| commit | e966384d2030fc2d57d8bbdf91cb1e95240a4bf8 (patch) | |
| tree | e66b42aa93bf6c90295a208844e3526770eb4ad7 | |
| parent | 5ce463b362bdae8ec7b126efa7ba21d450bc9053 (diff) | |
| download | emacs-e966384d2030fc2d57d8bbdf91cb1e95240a4bf8.tar.gz emacs-e966384d2030fc2d57d8bbdf91cb1e95240a4bf8.zip | |
(struct iterator_stack_entry): New line_wrap member.
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 7b20b3fc856..f3b1c4ba928 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2040,6 +2040,7 @@ struct it | |||
| 2040 | unsigned string_from_display_prop_p : 1; | 2040 | unsigned string_from_display_prop_p : 1; |
| 2041 | unsigned display_ellipsis_p : 1; | 2041 | unsigned display_ellipsis_p : 1; |
| 2042 | unsigned avoid_cursor_p : 1; | 2042 | unsigned avoid_cursor_p : 1; |
| 2043 | enum line_wrap_method line_wrap; | ||
| 2043 | 2044 | ||
| 2044 | /* properties from display property that are reset by another display property. */ | 2045 | /* properties from display property that are reset by another display property. */ |
| 2045 | short voffset; | 2046 | short voffset; |