Files
emacs/doc
Paul Eggert b3a3ed526d 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.
2017-01-25 21:25:37 -08:00
..
2017-01-01 01:10:47 -08:00
2017-01-01 01:10:47 -08:00
2017-01-25 21:25:37 -08:00
2017-01-01 01:10:47 -08:00
2017-01-25 21:47:28 +01:00