]> code.delx.au - gnu-emacs/commit
Check for an input event before showing a dialog box. (Bug#20813)
authorGlenn Morris <rgm@gnu.org>
Tue, 23 Jun 2015 18:02:24 +0000 (14:02 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 23 Jun 2015 18:02:24 +0000 (14:02 -0400)
commit2ca5558395c92b25b58478627b426c66f8e4f170
tree0a9b790f69e55a65de1cdbabab8c8d15eb22d18a
parentabe07ef01ccb61968e6aebc1178dbefb683a27ae
Check for an input event before showing a dialog box.  (Bug#20813)

* lisp/subr.el (y-or-n-p):
* src/fns.c (Fyes_or_no_p): Check last-input-event as well
as last-nonmenu-event.
lisp/subr.el
src/fns.c