From: Giuseppe Scrivano Date: Fri, 22 Jan 2010 01:39:51 +0000 (+0100) Subject: Revert "Support more complex code blocks as argument to `run-in-thread" X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4de7b9e8bc8c35cc7026016fc814014a9c99854e;p=emacs.git Revert "Support more complex code blocks as argument to `run-in-thread" This reverts commit a54548174153cb02b366fe6164cf3aa30597759c. --- 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); }