changeset 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 51abf235b3d3
children ef4c6b955da0
files src/alloc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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: