From 10b04b7dee1408a3bdbff082cbe3bcb51c2a8658 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 19 Sep 2009 23:59:51 +0200 Subject: [PATCH] Call error if thread creation failed. --- src/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thread.c b/src/thread.c index 6e447cb1143..54cb2ec6d45 100644 --- a/src/thread.c +++ b/src/thread.c @@ -347,7 +347,7 @@ does not try to get a lock on the current buffer. */) { /* Restore the previous situation. */ all_threads = all_threads->next_thread; - error ("Cannot create new thread"); + error ("Could not start a new thread"); } return Qnil; -- 2.11.4.GIT