diff options
| author | Glenn Morris | 2014-02-02 18:58:13 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-02 18:58:13 -0800 |
| commit | f16a3d523afc1a0c6bf7095f5f755ca16f8419d0 (patch) | |
| tree | 2609415c9014401a789cb9b106f7d9248caa3f81 /etc | |
| parent | eb9b8ff6af3e5339e6c051b7be13be76a52f22f4 (diff) | |
| download | emacs-f16a3d523afc1a0c6bf7095f5f755ca16f8419d0.tar.gz emacs-f16a3d523afc1a0c6bf7095f5f755ca16f8419d0.zip | |
* doc/misc/cl.texi (Blocks and Exits): Mention cl-tagbody.
* etc/NEWS: Related edit.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -424,7 +424,9 @@ For example, this enables parsing of macros that open new namespaces. | |||
| 424 | 424 | ||
| 425 | ** cl-lib | 425 | ** cl-lib |
| 426 | 426 | ||
| 427 | +++ | ||
| 427 | *** New macro `cl-tagbody'. | 428 | *** New macro `cl-tagbody'. |
| 429 | This executes statements while allowing for control transfer to labels. | ||
| 428 | 430 | ||
| 429 | +++ | 431 | +++ |
| 430 | *** letf is now just an alias for cl-letf. | 432 | *** letf is now just an alias for cl-letf. |