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, 28 Dec 2004 13:05:58 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.948 emacs/src/xdisp.c:1.949
*** emacs/src/xdisp.c:1.948     Mon Dec 27 17:27:30 2004
--- emacs/src/xdisp.c   Tue Dec 28 17:52:51 2004
***************
*** 4598,4603 ****
--- 4598,4606 ----
            visible_p = 0;
        }
  
+ #if 0
+       /* Commenting this out fixes the bug described in
+        
http://www.math.ku.dk/~larsh/emacs/emacs-loops-on-large-images/test-case.txt.  
*/
        if (visible_p)
        {
          struct it it2 = *it;
***************
*** 4605,4610 ****
--- 4608,4614 ----
          if (handle_display_prop (&it2) == HANDLED_RETURN)
            visible_p = 0;
        }
+ #endif
  
        /* Back one more newline if the current one is invisible.  */
        if (!visible_p)




reply via email to

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