Mercurial > emacs
changeset 10581:07d8c5ac0f60
(mark_object): Ignore Lisp_Misc_Display_Objfwd objects.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 28 Jan 1995 03:51:55 +0000 |
parents | 09fcb080e537 |
children | 6063c1f07723 |
files | src/alloc.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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