diff options
Diffstat (limited to 'src/thread.c')
| -rw-r--r-- | src/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.c b/src/thread.c index dda262984c0..b2f8561f923 100644 --- a/src/thread.c +++ b/src/thread.c | |||
| @@ -540,7 +540,7 @@ mark_one_thread (struct thread_state *thread) | |||
| 540 | 540 | ||
| 541 | mark_object (thread->m_last_thing_searched); | 541 | mark_object (thread->m_last_thing_searched); |
| 542 | 542 | ||
| 543 | if (thread->m_saved_last_thing_searched) | 543 | if (!NILP (thread->m_saved_last_thing_searched)) |
| 544 | mark_object (thread->m_saved_last_thing_searched); | 544 | mark_object (thread->m_saved_last_thing_searched); |
| 545 | } | 545 | } |
| 546 | 546 | ||