From: Giuseppe Scrivano Date: Thu, 17 Sep 2009 21:39:25 +0000 (+0200) Subject: Honor the function return type. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a9131da40186689e7b23d0662cee81cce0fb63e;p=emacs.git Honor the function return type. --- diff --git a/src/thread.c b/src/thread.c index ecc44f3f5f9..cd59ce2533c 100644 --- a/src/thread.c +++ b/src/thread.c @@ -123,6 +123,7 @@ DEFUN ("yield", Fyield, Syield, 0, 0, 0, (void) { thread_yield (); + return Qnil; } static Lisp_Object