changeset 96232:6a58401d4e31

(struct buffer): New member word_wrap.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 24 Jun 2008 17:55:20 +0000
parents 2b8c49fb8d24
children 514e5b8b3fbf
files src/buffer.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.h	Tue Jun 24 17:54:59 2008 +0000
+++ b/src/buffer.h	Tue Jun 24 17:55:20 2008 +0000
@@ -650,6 +650,8 @@
 
   /* Non-nil means do not display continuation lines.  */
   Lisp_Object truncate_lines;
+  /* Non-nil means to use word wrapping when displaying continuation lines.  */
+  Lisp_Object word_wrap;
   /* Non-nil means display ctl chars with uparrow.  */
   Lisp_Object ctl_arrow;
   /* Non-nil means display text from right to left.  */