[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/keyboard.c
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/src/keyboard.c |
Date: |
Wed, 13 Jul 2005 01:30:56 -0400 |
Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.832 emacs/src/keyboard.c:1.833
*** emacs/src/keyboard.c:1.832 Fri Jul 8 14:48:03 2005
--- emacs/src/keyboard.c Wed Jul 13 05:30:56 2005
***************
*** 2778,2784 ****
available, garbage collect if there has been enough
consing going on to make it worthwhile. */
if (!detect_input_pending_run_timers (0)
! && consing_since_gc > gc_cons_threshold / 2)
Fgarbage_collect ();
redisplay ();
--- 2778,2784 ----
available, garbage collect if there has been enough
consing going on to make it worthwhile. */
if (!detect_input_pending_run_timers (0)
! && consing_since_gc > gc_cons_combined_threshold / 2)
Fgarbage_collect ();
redisplay ();