diff options
| author | Michael Albinus | 2018-08-31 10:47:03 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-08-31 10:47:03 +0200 |
| commit | ac7936cb8f4d4d6706535bfcea0d97741c2ca15f (patch) | |
| tree | 3399f9b5994fda2d8d6254985032803bf5958700 /etc | |
| parent | 3d09d533d15eae2974f3858df43746cf6e8f897b (diff) | |
| download | emacs-ac7936cb8f4d4d6706535bfcea0d97741c2ca15f.tar.gz emacs-ac7936cb8f4d4d6706535bfcea0d97741c2ca15f.zip | |
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'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -112,6 +112,11 @@ option 'vc-hg-symbolic-revision-styles' to the value '("{rev}")'. | |||
| 112 | Existing files "~/.emacs.d/shadows" and "~/.emacs.d/shadow_todo" must | 112 | Existing files "~/.emacs.d/shadows" and "~/.emacs.d/shadow_todo" must |
| 113 | be removed prior using the changed 'shadow-*' commands. | 113 | be removed prior using the changed 'shadow-*' commands. |
| 114 | 114 | ||
| 115 | +++ | ||
| 116 | ** 'thread-alive-p' has been renamed to 'thread-live-p'. | ||
| 117 | The old name is an alias of the new name. Future Emacs version will | ||
| 118 | obsolete it. | ||
| 119 | |||
| 115 | 120 | ||
| 116 | * Lisp Changes in Emacs 26.2 | 121 | * Lisp Changes in Emacs 26.2 |
| 117 | 122 | ||