/[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.1035 by rms, Fri Jul 15 18:11:34 2005 UTC revision 1.1036 by kfstorm, Mon Jul 18 20:59:41 2005 UTC
# Line 10172  redisplay_internal (preserve_echo_area) Line 10172  redisplay_internal (preserve_echo_area)
10172    ++redisplaying_p;    ++redisplaying_p;
10173    specbind (Qinhibit_free_realized_faces, Qnil);    specbind (Qinhibit_free_realized_faces, Qnil);
10174    
10175      {
10176        Lisp_Object tail, frame;
10177    
10178        FOR_EACH_FRAME (tail, frame)
10179          {
10180            struct frame *f = XFRAME (frame);
10181            f->already_hscrolled_p = 0;
10182          }
10183      }
10184    
10185   retry:   retry:
10186    pause = 0;    pause = 0;
10187    reconsider_clip_changes (w, current_buffer);    reconsider_clip_changes (w, current_buffer);
# Line 10606  redisplay_internal (preserve_echo_area) Line 10616  redisplay_internal (preserve_echo_area)
10616                if (FRAME_VISIBLE_P (f) && !FRAME_OBSCURED_P (f))                if (FRAME_VISIBLE_P (f) && !FRAME_OBSCURED_P (f))
10617                  {                  {
10618                    /* See if we have to hscroll.  */                    /* See if we have to hscroll.  */
10619                    if (hscroll_windows (f->root_window))                    if (!f->already_hscrolled_p)
10620                      goto retry;                      {
10621                          f->already_hscrolled_p = 1;
10622                          if (hscroll_windows (f->root_window))
10623                            goto retry;
10624                        }
10625    
10626                    /* Prevent various kinds of signals during display                    /* Prevent various kinds of signals during display
10627                       update.  stdio is not robust about handling                       update.  stdio is not robust about handling

Legend:
Removed from v.1.1035  
changed lines
  Added in v.1.1036

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