1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00
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
..
emacs Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
lispintro Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
lispref Replace QUIT with maybe_quit 2017-01-25 21:25:37 -08:00
man Merge from origin/emacs-25 2017-01-01 01:10:47 -08:00
misc Document how to quote MML tags 2017-01-25 21:47:28 +01:00