From 4bab50bd79d703aea50587e4cf5b628b59741526 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 28 Jan 1995 03:51:55 +0000 Subject: [PATCH] (mark_object): Ignore Lisp_Misc_Display_Objfwd objects. --- src/alloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/alloc.c b/src/alloc.c index 621cb6d3c0e..1ed27b168f5 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -1674,6 +1674,7 @@ mark_object (objptr) 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 -- 2.39.5