]> git.eshelyaron.com Git - emacs.git/commitdiff
(mark_object): Handle Lisp_Misc_Save_Value.
authorAndreas Schwab <schwab@suse.de>
Fri, 8 Aug 2003 23:14:48 +0000 (23:14 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 8 Aug 2003 23:14:48 +0000 (23:14 +0000)
src/ChangeLog
src/alloc.c

index 9221e1a1d458d8aee64e0256dbbee25439f9777e..5869cfef7ad1bbdb6ed8ff5695000e5b81dae397 100644 (file)
@@ -1,5 +1,7 @@
 2003-08-09  Andreas Schwab  <schwab@suse.de>
 
+       * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
+
        * print.c (print_string): Fix printing of multibyte string with
        nontrivial printcharfun.
 
index 102bc637b583db8e15c6d62b7e3d845a0d7f1e19..7f05cf77937ee00bd8b7e050c8634eb0371a1484 100644 (file)
@@ -5024,6 +5024,7 @@ mark_object (arg)
             since all markable slots in current buffer marked anyway.  */
          /* Don't need to do Lisp_Objfwd, since the places they point
             are protected with staticpro.  */
+       case Lisp_Misc_Save_Value:
          break;
 
        case Lisp_Misc_Overlay: