Index: emacs/src/ChangeLog diff -c emacs/src/ChangeLog:1.4507 emacs/src/ChangeLog:1.4508 *** emacs/src/ChangeLog:1.4507 Tue Jul 12 13:16:01 2005 --- emacs/src/ChangeLog Wed Jul 13 05:33:45 2005 *************** *** 1,3 **** --- 1,15 ---- + 2005-07-13 Stefan Monnier <[EMAIL PROTECTED]> + + * alloc.c (gc_cons_combined_threshold, Vgc_cons_percentage): New vars. + (Fgarbage_collect, init_alloc_once): Set gc_cons_combined_threshold. + (syms_of_alloc): Declare gc-cons-percentage. + + * eval.c (Feval, Ffuncall): + * keyboard.c (read_char): + * bytecode.c (MAYBE_GC): Use gc_cons_combined_threshold. + + * lisp.h (gc_cons_combined_threshold): Declare. + 2005-07-12 Kim F. Storm <[EMAIL PROTECTED]> * coding.c (Qprocess_argument):
_______________________________________________ Emacs-diffs mailing list Emacs-diffs@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-diffs