From 4de7b9e8bc8c35cc7026016fc814014a9c99854e Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 22 Jan 2010 02:39:51 +0100 Subject: [PATCH] Revert "Support more complex code blocks as argument to `run-in-thread" This reverts commit a54548174153cb02b366fe6164cf3aa30597759c. --- src/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thread.c b/src/thread.c index eae83afa3c0..3c3322e9455 100644 --- a/src/thread.c +++ b/src/thread.c @@ -201,7 +201,7 @@ invoke_thread_function (void) } current_thread->initial_specpdl = Qnil; - Feval (current_thread->func); + Ffuncall (1, ¤t_thread->func); return unbind_to (count, Qnil); } -- 2.39.5