aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.c')
-rw-r--r--src/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.c b/src/thread.c
index 11d55a5caef..dda262984c0 100644
--- a/src/thread.c
+++ b/src/thread.c
@@ -689,7 +689,7 @@ If NAME is given, it names the new thread. */)
689 689
690 /* Can't start a thread in temacs. */ 690 /* Can't start a thread in temacs. */
691 if (!initialized) 691 if (!initialized)
692 abort (); 692 emacs_abort ();
693 693
694 if (!NILP (name)) 694 if (!NILP (name))
695 CHECK_STRING (name); 695 CHECK_STRING (name);