Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.833 emacs/src/keyboard.c:1.834
*** emacs/src/keyboard.c:1.833  Wed Jul 13 05:30:56 2005
--- emacs/src/keyboard.c        Sat Jul 23 19:09:50 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_combined_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_threshold / 2)
                Fgarbage_collect ();
  
              redisplay ();
***************
*** 11282,11287 ****
--- 11282,11288 ----
               doc: /* Normal hook run when clearing the echo area.  */);
  #endif
    Qecho_area_clear_hook = intern ("echo-area-clear-hook");
+   staticpro (&Qecho_area_clear_hook);
    SET_SYMBOL_VALUE (Qecho_area_clear_hook, Qnil);
  
    DEFVAR_LISP ("lucid-menu-bar-dirty-flag", &Vlucid_menu_bar_dirty_flag,


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to