emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/alloc.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Sun, 03 Apr 2005 18:27:05 -0400

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.366 emacs/src/alloc.c:1.367
*** emacs/src/alloc.c:1.366     Sat Apr  2 12:05:38 2005
--- emacs/src/alloc.c   Sun Apr  3 22:27:05 2005
***************
*** 4687,4692 ****
--- 4687,4694 ----
    if (pure_bytes_used_before_overflow)
      return Qnil;
  
+   CHECK_CONS_LIST ();
+ 
    /* Don't keep undo information around forever.
       Do this early on, so it is no problem if the user quits.  */
    {
***************
*** 4880,4885 ****
--- 4882,4889 ----
  
    UNBLOCK_INPUT;
  
+   CHECK_CONS_LIST ();
+ 
    /* clear_marks (); */
    gc_in_progress = 0;
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]