Replace QUIT with maybe_quit
commitb3a3ed526d2c490c9c5605707f0cd7bff3c88693
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Jan 2017 05:13:19 +0000 (25 21:13 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Jan 2017 05:25:37 +0000 (25 21:25 -0800)
tree096de6603250aafcab11c31876d39faecf1b2db4
parent1392ec7420ee23238a1588b759c631d87a677483
Replace QUIT with maybe_quit

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.
41 files changed:
doc/lispref/internals.texi
etc/DEBUG
lisp/calc/calc-misc.el
lisp/simple.el
src/alloc.c
src/buffer.c
src/bytecode.c
src/callint.c
src/callproc.c
src/ccl.c
src/decompress.c
src/dired.c
src/editfns.c
src/eval.c
src/fileio.c
src/filelock.c
src/fns.c
src/gnutls.c
src/indent.c
src/insdel.c
src/keyboard.c
src/keymap.c
src/lisp.h
src/lread.c
src/macros.c
src/minibuf.c
src/print.c
src/process.c
src/profiler.c
src/regex.c
src/search.c
src/syntax.c
src/sysdep.c
src/textprop.c
src/w32fns.c
src/w32notify.c
src/w32proc.c
src/window.c
src/xdisp.c
src/xselect.c
src/xterm.c