emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Tue, 02 Nov 2004 04:16:55 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.924 emacs/src/xdisp.c:1.925
*** emacs/src/xdisp.c:1.924     Sun Oct 31 15:11:31 2004
--- emacs/src/xdisp.c   Tue Nov  2 09:08:42 2004
***************
*** 4555,4561 ****
        {
          Lisp_Object prop;
  
!         prop = Fget_char_property (make_number (IT_CHARPOS (*it)),
                                     Qinvisible, it->window);
          if (TEXT_PROP_MEANS_INVISIBLE (prop))
            visible_p = 0;
--- 4555,4562 ----
        {
          Lisp_Object prop;
  
!         /* Check the newline before point for invisibility.  */
!         prop = Fget_char_property (make_number (IT_CHARPOS (*it) - 1),
                                     Qinvisible, it->window);
          if (TEXT_PROP_MEANS_INVISIBLE (prop))
            visible_p = 0;




reply via email to

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