diff options
Diffstat (limited to 'src/thread.c')
-rw-r--r-- | src/thread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thread.c b/src/thread.c index 60902b252b4..04c2808e5c4 100644 --- a/src/thread.c +++ b/src/thread.c @@ -1068,6 +1068,8 @@ syms_of_threads (void) staticpro (&last_thread_error); last_thread_error = Qnil; + + Fprovide (intern_c_string ("threads"), Qnil); } DEFSYM (Qthreadp, "threadp"); |