diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
| 1674 | case Lisp_Misc_Boolfwd: | 1674 | case Lisp_Misc_Boolfwd: |
| 1675 | case Lisp_Misc_Objfwd: | 1675 | case Lisp_Misc_Objfwd: |
| 1676 | case Lisp_Misc_Buffer_Objfwd: | 1676 | case Lisp_Misc_Buffer_Objfwd: |
| 1677 | case Lisp_Misc_Display_Objfwd: | ||
| 1677 | /* Don't bother with Lisp_Buffer_Objfwd, | 1678 | /* Don't bother with Lisp_Buffer_Objfwd, |
| 1678 | since all markable slots in current buffer marked anyway. */ | 1679 | since all markable slots in current buffer marked anyway. */ |
| 1679 | /* Don't need to do Lisp_Objfwd, since the places they point | 1680 | /* Don't need to do Lisp_Objfwd, since the places they point |