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 f11e3e5addb..3eba25b7b43 100644 --- a/src/thread.c +++ b/src/thread.c | |||
| @@ -1076,6 +1076,8 @@ syms_of_threads (void) | |||
| 1076 | 1076 | ||
| 1077 | staticpro (&last_thread_error); | 1077 | staticpro (&last_thread_error); |
| 1078 | last_thread_error = Qnil; | 1078 | last_thread_error = Qnil; |
| 1079 | |||
| 1080 | Fprovide (intern_c_string ("threads"), Qnil); | ||
| 1079 | } | 1081 | } |
| 1080 | 1082 | ||
| 1081 | DEFSYM (Qthreadp, "threadp"); | 1083 | DEFSYM (Qthreadp, "threadp"); |