/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.948 by tamm, Mon Dec 27 17:27:30 2004 UTC revision 1.949 by rms, Tue Dec 28 17:52:51 2004 UTC
# Line 4598  back_to_previous_visible_line_start (it) Line 4598  back_to_previous_visible_line_start (it)
4598              visible_p = 0;              visible_p = 0;
4599          }          }
4600    
4601    #if 0
4602          /* Commenting this out fixes the bug described in
4603             http://www.math.ku.dk/~larsh/emacs/emacs-loops-on-large-images/test-case.txt.  */
4604        if (visible_p)        if (visible_p)
4605          {          {
4606            struct it it2 = *it;            struct it it2 = *it;
# Line 4605  back_to_previous_visible_line_start (it) Line 4608  back_to_previous_visible_line_start (it)
4608            if (handle_display_prop (&it2) == HANDLED_RETURN)            if (handle_display_prop (&it2) == HANDLED_RETURN)
4609              visible_p = 0;              visible_p = 0;
4610          }          }
4611    #endif
4612    
4613        /* Back one more newline if the current one is invisible.  */        /* Back one more newline if the current one is invisible.  */
4614        if (!visible_p)        if (!visible_p)

Legend:
Removed from v.1.948  
changed lines
  Added in v.1.949

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26