From: Chong Yidong Date: Sat, 14 Feb 2009 17:28:27 +0000 (+0000) Subject: (struct iterator_stack_entry): New line_wrap member. X-Git-Tag: emacs-pretest-23.0.91~208 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e966384d2030fc2d57d8bbdf91cb1e95240a4bf8;p=emacs.git (struct iterator_stack_entry): New line_wrap member. --- 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 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;