# HG changeset patch # User Andreas Schwab # Date 1060384444 0 # Node ID 25f780eb3fd8c3a390147ce1927def60ffe8e57b # Parent 51abf235b3d3b1a6c161d1d0a876641a5b46f93a (mark_object): Handle Lisp_Misc_Save_Value. diff -r 51abf235b3d3 -r 25f780eb3fd8 src/alloc.c --- a/src/alloc.c Fri Aug 08 22:45:48 2003 +0000 +++ b/src/alloc.c Fri Aug 08 23:14:04 2003 +0000 @@ -5024,6 +5024,7 @@ 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: