All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

abort-callback

Function
Summary

Aborts out of the context of the current callback.

Package

capi

Signature

abort-callback &optional always-abort

Arguments

always-abort

A generalized boolean.

Description

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.

See also

callbacks
interface
Callbacks


CAPI User Guide and Reference Manual (Windows version) - 25 Feb 2015

NextPrevUpTopContentsIndex