cl--block-throw
cl--block-throw is an alias for `throw' in `cl-lib.el
'.
(cl--block-throw TAG VALUE)
This function has a compiler macro `cl--block-throw--cmacro'.
Throw to the catch for TAG and return VALUE from it.
Both TAG and VALUE are evalled.