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

Diff of /emacs/src/keyboard.c

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

revision 1.832 by kfstorm, Fri Jul 8 14:48:03 2005 UTC revision 1.833 by monnier, Wed Jul 13 05:30:56 2005 UTC
# Line 2778  read_char (commandflag, nmaps, maps, pre Line 2778  read_char (commandflag, nmaps, maps, pre
2778                   available, garbage collect if there has been enough                   available, garbage collect if there has been enough
2779                   consing going on to make it worthwhile.  */                   consing going on to make it worthwhile.  */
2780                if (!detect_input_pending_run_timers (0)                if (!detect_input_pending_run_timers (0)
2781                    && consing_since_gc > gc_cons_threshold / 2)                    && consing_since_gc > gc_cons_combined_threshold / 2)
2782                  Fgarbage_collect ();                  Fgarbage_collect ();
2783    
2784                redisplay ();                redisplay ();

Legend:
Removed from v.1.832  
changed lines
  Added in v.1.833

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