]> git.eshelyaron.com Git - emacs.git/commit
In dired-query use read-char-from-minibuffer with bound help-char (bug#42708)
authorJuri Linkov <juri@linkov.net>
Wed, 11 Nov 2020 19:18:31 +0000 (21:18 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 11 Nov 2020 19:18:31 +0000 (21:18 +0200)
commit17894ef565214c17d19304d9ce6a976c2588fd53
treeae47553528ae254ce889cb16960f0186cd441ec3
parent3e07b871c498f4e33a9e49d202ae5b9cb57b9d39
In dired-query use read-char-from-minibuffer with bound help-char (bug#42708)

* lisp/dired-aux.el (dired-query): Replace read-char-choice call
with read-char-from-minibuffer.

* lisp/subr.el (read-char-choice): Restore the previous version
that uses read-key.
(read-char-from-minibuffer): Bind help-char to help-form-show
when help-form is non-nil.
etc/NEWS
lisp/dired-aux.el
lisp/subr.el