emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src dispextern.h


From: Chong Yidong
Subject: [Emacs-diffs] emacs/src dispextern.h
Date: Sat, 14 Feb 2009 17:28:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/02/14 17:28:28

Modified files:
        src            : dispextern.h 

Log message:
        (struct iterator_stack_entry): New line_wrap member.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/dispextern.h?cvsroot=emacs&r1=1.264&r2=1.265

Patches:
Index: dispextern.h
===================================================================
RCS file: /sources/emacs/emacs/src/dispextern.h,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -b -r1.264 -r1.265
--- dispextern.h        8 Jan 2009 03:15:31 -0000       1.264
+++ dispextern.h        14 Feb 2009 17:28:27 -0000      1.265
@@ -2040,6 +2040,7 @@
     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;




reply via email to

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