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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Wed, 10 Nov 2004 17:41:13 -0500

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.181 emacs/src/dispextern.h:1.182
*** emacs/src/dispextern.h:1.181        Thu Oct  7 21:57:40 2004
--- emacs/src/dispextern.h      Wed Oct 13 12:18:37 2004
***************
*** 1967,1974 ****
  
    /* Object and position where the current display element came from.
       Object can be a Lisp string in case the current display element
!      comes from an overlay string, or it is buffer.  Position is
!      a position in object.  */
    Lisp_Object object;
    struct text_pos position;
  
--- 1967,1974 ----
  
    /* Object and position where the current display element came from.
       Object can be a Lisp string in case the current display element
!      comes from an overlay string, or it is buffer.  It may also be nil
!      during mode-line update.  Position is a position in object.  */
    Lisp_Object object;
    struct text_pos position;
  




reply via email to

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