Aborts out of the context of the current callback.
capi
abort-callback &optional always-abort
always-abort⇩ |
A generalized boolean. |
The function abort-callback
aborts out of the context of the current callback, returning nil
when it is relevant (for example in an interface confirm-destroy-callback).
If called outside the context of a callback, if always-abort is t
then abort-callback calls (abort)
, otherwise it just returns.
The default value of always-abort is t
.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42