diff options
| author | Karl Heuer | 1995-01-28 03:51:55 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-01-28 03:51:55 +0000 |
| commit | 4bab50bd79d703aea50587e4cf5b628b59741526 (patch) | |
| tree | 5fd2946a181c766460e894989a7022e71a5c31ee /src/alloc.c | |
| parent | f334de0e0afd5a508bfaf5c90ca2a1f3410af486 (diff) | |
| download | emacs-4bab50bd79d703aea50587e4cf5b628b59741526.tar.gz emacs-4bab50bd79d703aea50587e4cf5b628b59741526.zip | |
(mark_object): Ignore Lisp_Misc_Display_Objfwd objects.
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 |