# HG changeset patch # User Karl Heuer # Date 791265115 0 # Node ID 07d8c5ac0f6036cc3819efa34f67c055b7d23948 # Parent 09fcb080e53788e30781f7746ba9475964e88621 (mark_object): Ignore Lisp_Misc_Display_Objfwd objects. diff -r 09fcb080e537 -r 07d8c5ac0f60 src/alloc.c --- a/src/alloc.c Sat Jan 28 03:39:17 1995 +0000 +++ b/src/alloc.c Sat Jan 28 03:51:55 1995 +0000 @@ -1674,6 +1674,7 @@ case Lisp_Misc_Boolfwd: case Lisp_Misc_Objfwd: case Lisp_Misc_Buffer_Objfwd: + case Lisp_Misc_Display_Objfwd: /* Don't bother with Lisp_Buffer_Objfwd, since all markable slots in current buffer marked anyway. */ /* Don't need to do Lisp_Objfwd, since the places they point