Allow commands that call `yes-or-no-p' to be repeatable again
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 11 Jul 2022 12:51:34 +0000 (14:51 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 11 Jul 2022 12:56:06 +0000 (14:56 +0200)
commit4e8448b4bc5aae297c053080bc04208f5a0793e8
tree289b59f822a9ece4c62c2ebae9e016e0db546bc5
parent4c41cef353cc68bbe432dc32fe9edffbea71dc6b
Allow commands that call `yes-or-no-p' to be repeatable again

* lisp/subr.el (y-or-n-p): Enable commands that call this function
to be repeatable (bug#45999).  This stopped working after this
function started using read-from-minibuffer.
* src/fns.c (Fyes_or_no_p): Ditto.
lisp/subr.el
src/fns.c