diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index 557c68ca5af..808557dd70f 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -5809,6 +5809,9 @@ mark_object (Lisp_Object arg) | |||
| 5809 | struct Lisp_Hash_Table *h = (struct Lisp_Hash_Table *) ptr; | 5809 | struct Lisp_Hash_Table *h = (struct Lisp_Hash_Table *) ptr; |
| 5810 | 5810 | ||
| 5811 | mark_vectorlike (ptr); | 5811 | mark_vectorlike (ptr); |
| 5812 | mark_object (h->test.name); | ||
| 5813 | mark_object (h->test.user_hash_function); | ||
| 5814 | mark_object (h->test.user_cmp_function); | ||
| 5812 | /* If hash table is not weak, mark all keys and values. | 5815 | /* If hash table is not weak, mark all keys and values. |
| 5813 | For weak tables, mark only the vector. */ | 5816 | For weak tables, mark only the vector. */ |
| 5814 | if (NILP (h->weak)) | 5817 | if (NILP (h->weak)) |