diff src/alloc.c @ 52166:25f780eb3fd8

(mark_object): Handle Lisp_Misc_Save_Value.
author Andreas Schwab <schwab@suse.de>
date Fri, 08 Aug 2003 23:14:04 +0000
parents b52e88c3d6d0
children 36e112575ca8
line wrap: on
line diff
--- 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: