emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dispextern.h


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Tue, 18 Nov 2003 18:42:40 -0500

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.155 emacs/src/dispextern.h:1.156
*** emacs/src/dispextern.h:1.155        Sun Nov 16 18:43:33 2003
--- emacs/src/dispextern.h      Tue Nov 18 18:42:40 2003
***************
*** 1778,1783 ****
--- 1778,1787 ----
       thus we need at most 16 bytes here.  */
    Lisp_Object ctl_chars[16];
  
+   /* Initial buffer or string position of the iterator, before skipping
+      over display properties and invisible text.  */
+   struct display_pos start;
+ 
    /* Current buffer or string position of the iterator, including
       position in overlay strings etc.  */
    struct display_pos current;




reply via email to

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