From b09987195749473fe0121feac7a72929c76749a4 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 24 Jun 2008 17:55:20 +0000 Subject: [PATCH] (struct buffer): New member word_wrap. --- src/buffer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/buffer.h b/src/buffer.h index 6926ca1a0cf..992bc8ffca2 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -650,6 +650,8 @@ struct buffer /* 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. */ -- 2.39.5