/[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.692 by gerd, Wed Oct 24 09:11:54 2001 UTC revision 1.693 by gerd, Wed Oct 24 11:11:11 2001 UTC
# Line 9683  try_cursor_movement (window, startp, scr Line 9683  try_cursor_movement (window, startp, scr
9683    struct frame *f = XFRAME (w->frame);    struct frame *f = XFRAME (w->frame);
9684    int rc = CURSOR_MOVEMENT_CANNOT_BE_USED;    int rc = CURSOR_MOVEMENT_CANNOT_BE_USED;
9685        
9686  #ifdef GLYPH_DEBUG  #if GLYPH_DEBUG
9687    if (inhibit_try_cursor_movement)    if (inhibit_try_cursor_movement)
9688      return rc;      return rc;
9689  #endif  #endif
# Line 10624  try_window_reusing_current_matrix (w) Line 10624  try_window_reusing_current_matrix (w)
10624    struct glyph_row *start_row;    struct glyph_row *start_row;
10625    int start_vpos, min_y, max_y;    int start_vpos, min_y, max_y;
10626    
10627  #ifdef GLYPH_DEBUG  #if GLYPH_DEBUG
10628    if (inhibit_try_window_reusing)    if (inhibit_try_window_reusing)
10629      return 0;      return 0;
10630  #endif  #endif
# Line 11281  try_window_id (w) Line 11281  try_window_id (w)
11281    struct text_pos start;    struct text_pos start;
11282    int first_changed_charpos, last_changed_charpos;    int first_changed_charpos, last_changed_charpos;
11283    
11284  #ifdef GLYPH_DEBUG  #if GLYPH_DEBUG
11285    if (inhibit_try_window_id)    if (inhibit_try_window_id)
11286      return 0;      return 0;
11287  #endif  #endif
# Line 14889  Can be used to update submenus whose con Line 14889  Can be used to update submenus whose con
14889      doc: /* Non-nil means don't eval Lisp during redisplay.  */);      doc: /* Non-nil means don't eval Lisp during redisplay.  */);
14890    inhibit_eval_during_redisplay = 0;    inhibit_eval_during_redisplay = 0;
14891    
14892  #ifdef GLYPH_DEBUG  #if GLYPH_DEBUG
14893    DEFVAR_BOOL ("inhibit-try-window-id", &inhibit_try_window_id,    DEFVAR_BOOL ("inhibit-try-window-id", &inhibit_try_window_id,
14894                 doc: /* Inhibit try_window_id display optimization.  */);                 doc: /* Inhibit try_window_id display optimization.  */);
14895    inhibit_try_window_id = 0;    inhibit_try_window_id = 0;

Legend:
Removed from v.1.692  
changed lines
  Added in v.1.693

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