/[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.897 by kfstorm, Wed Jul 21 21:09:43 2004 UTC revision 1.898 by kfstorm, Sun Jul 25 22:15:03 2004 UTC
# Line 5738  move_it_in_display_line_to (it, to_charp Line 5738  move_it_in_display_line_to (it, to_charp
5738  #ifdef HAVE_WINDOW_SYSTEM  #ifdef HAVE_WINDOW_SYSTEM
5739                            if (IT_OVERFLOW_NEWLINE_INTO_FRINGE (it))                            if (IT_OVERFLOW_NEWLINE_INTO_FRINGE (it))
5740                              {                              {
5741                                if (!get_next_display_element (it)                                if (!get_next_display_element (it))
                                   || BUFFER_POS_REACHED_P ())  
5742                                  {                                  {
5743                                    result = MOVE_POS_MATCH_OR_ZV;                                    result = MOVE_POS_MATCH_OR_ZV;
5744                                    break;                                    break;
5745                                  }                                  }
5746                                  if (BUFFER_POS_REACHED_P ())
5747                                    {
5748                                      if (ITERATOR_AT_END_OF_LINE_P (it))
5749                                        result = MOVE_POS_MATCH_OR_ZV;
5750                                      else
5751                                        result = MOVE_LINE_CONTINUED;
5752                                      break;
5753                                    }
5754                                if (ITERATOR_AT_END_OF_LINE_P (it))                                if (ITERATOR_AT_END_OF_LINE_P (it))
5755                                  {                                  {
5756                                    result = MOVE_NEWLINE_OR_CR;                                    result = MOVE_NEWLINE_OR_CR;

Legend:
Removed from v.1.897  
changed lines
  Added in v.1.898

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