summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-08-27 12:57:18 -0600
committerTom Tromey <tromey@redhat.com>2013-08-27 12:57:18 -0600
commit8c46d17826ae89bfa22b5e8048c013c0e3a38b2d (patch)
treef1db2f0c9f3aed10120139ec08a733db245b9a35 /src
parent07efb140348b4a4015c69ed102a5fa216978506f (diff)
downloademacs-8c46d17826ae89bfa22b5e8048c013c0e3a38b2d.tar.gz
rename thread-blocker to thread--blocker
Diffstat (limited to 'src')
-rw-r--r--src/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.c b/src/thread.c
index 20d0568bef5..39a21518ec6 100644
--- a/src/thread.c
+++ b/src/thread.c
@@ -804,7 +804,7 @@ DEFUN ("thread-alive-p", Fthread_alive_p, Sthread_alive_p, 1, 1, 0,
return thread_alive_p (tstate) ? Qt : Qnil;
}
-DEFUN ("thread-blocker", Fthread_blocker, Sthread_blocker, 1, 1, 0,
+DEFUN ("thread--blocker", Fthread_blocker, Sthread_blocker, 1, 1, 0,
doc: /* Return the object that THREAD is blocking on.
If THREAD is blocked in `thread-join' on a second thread, return that
thread.