emacs/src/module-env-26.h

4 lines
115 B
C

/* Returns whether a quit is pending. */
bool (*should_quit) (emacs_env *env)
EMACS_ATTRIBUTE_NONNULL(1);