aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.c')
-rw-r--r--src/thread.c2
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)
1068 1068
1069 staticpro (&last_thread_error); 1069 staticpro (&last_thread_error);
1070 last_thread_error = Qnil; 1070 last_thread_error = Qnil;
1071
1072 Fprovide (intern_c_string ("threads"), Qnil);
1071 } 1073 }
1072 1074
1073 DEFSYM (Qthreadp, "threadp"); 1075 DEFSYM (Qthreadp, "threadp");