/[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.741 by eliz, Fri Mar 22 16:13:34 2002 UTC revision 1.742 by rms, Tue Mar 26 09:11:43 2002 UTC
# Line 7435  update_menu_bar (f, save_match_data) Line 7435  update_menu_bar (f, save_match_data)
7435    window = FRAME_SELECTED_WINDOW (f);    window = FRAME_SELECTED_WINDOW (f);
7436    w = XWINDOW (window);    w = XWINDOW (window);
7437        
7438    #if 0 /* The if statment below this if statement used to include the
7439             condition !NILP (w->update_mode_line), rather than using
7440             update_mode_lines directly, and this if statement may have
7441             been added to make that condition work.  Now the if
7442             statement below matches its comment, this isn't needed.  */  
7443    if (update_mode_lines)    if (update_mode_lines)
7444      w->update_mode_line = Qt;      w->update_mode_line = Qt;
7445    #endif
7446    
7447    if (FRAME_WINDOW_P (f)    if (FRAME_WINDOW_P (f)
7448        ?        ?
# Line 7455  update_menu_bar (f, save_match_data) Line 7461  update_menu_bar (f, save_match_data)
7461           the rest of the redisplay algorithm is about the same as           the rest of the redisplay algorithm is about the same as
7462           windows_or_buffers_changed anyway.  */           windows_or_buffers_changed anyway.  */
7463        if (windows_or_buffers_changed        if (windows_or_buffers_changed
7464            || !NILP (w->update_mode_line)            /* This used to test w->update_mode_line, but we believe
7465                 there is no need to recompute the menu in that case.  */
7466              || update_mode_lines
7467            || ((BUF_SAVE_MODIFF (XBUFFER (w->buffer))            || ((BUF_SAVE_MODIFF (XBUFFER (w->buffer))
7468                 < BUF_MODIFF (XBUFFER (w->buffer)))                 < BUF_MODIFF (XBUFFER (w->buffer)))
7469                != !NILP (w->last_had_star))                != !NILP (w->last_had_star))

Legend:
Removed from v.1.741  
changed lines
  Added in v.1.742

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