]> git.eshelyaron.com Git - emacs.git/commit
Rename thread-alive-p to thread-live-p
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 31 Aug 2018 08:47:03 +0000 (10:47 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 31 Aug 2018 08:47:03 +0000 (10:47 +0200)
commitac7936cb8f4d4d6706535bfcea0d97741c2ca15f
tree3399f9b5994fda2d8d6254985032803bf5958700
parent3d09d533d15eae2974f3858df43746cf6e8f897b
Rename thread-alive-p to thread-live-p

* doc/lispref/threads.texi (Basic Thread Functions): Use thread-live-p.

* etc/NEWS: 'thread-alive-p' has been renamed to 'thread-live-p'.

* src/thread.c (thread_live_p): Rename from thread_alive_p.  Adapt
all callees.
(Fthread_live_p): Rename from Fthread_alive_p.
(syms_of_threads): Make thread-alive-p an alias of thread-live-p.

* test/src/thread-tests.el (all): Replace `thread-alive-p' by
`thread-live-p'.
(threads-live): Rename from `threads-alive'.
doc/lispref/threads.texi
etc/NEWS
src/thread.c
test/src/thread-tests.el