• Paul Eggert's avatar
    Replace QUIT with maybe_quit · b3a3ed52
    Paul Eggert authored
    There’s no longer need to have QUIT stand for a slug of C statements.
    Use the more-obvious function-call syntax instead.
    Also, use true and false when setting immediate_quit.
    These changes should not affect the generated machine code.
    * src/lisp.h (QUIT): Remove.  All uses replaced by maybe_quit.
    b3a3ed52
w32proc.c 112 KB