emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.h,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/buffer.h,v
Date: Tue, 24 Jun 2008 17:55:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/06/24 17:55:21

Index: buffer.h
===================================================================
RCS file: /sources/emacs/emacs/src/buffer.h,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -b -r1.124 -r1.125
--- buffer.h    15 May 2008 03:24:57 -0000      1.124
+++ buffer.h    24 Jun 2008 17:55:20 -0000      1.125
@@ -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.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]