]> code.delx.au - gnu-emacs/commit
Mention context when resume from emergency escape
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Feb 2016 21:21:10 +0000 (13:21 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Feb 2016 21:26:52 +0000 (13:26 -0800)
commit6b0ab7f5806844dc158b60a0c0c0fcc5fe5b6678
tree4851f964b99fc73f18ed4a6dc17e4f90ab20e1ae
parent60d712bba7ef0f3a80daa1757de70856a7af9a67
Mention context when resume from emergency escape

That way, if the user has been doing something else for a while,
they are reminded of the situation when restarting Emacs,
and are more likely to understand the two questions.
* doc/emacs/trouble.texi (Emergency Escape): Document this.
* src/keyboard.c (handle_interrupt): Implement this.
doc/emacs/trouble.texi
src/keyboard.c