(dired-query): Display question with answer, when the user answers.
This commit is contained in:
parent
a4842ffa6e
commit
de5544e8b8
1 changed files with 3 additions and 0 deletions
|
@ -839,6 +839,9 @@ Otherwise, the rule is a compression rule, and compression is done with gzip.")
|
|||
(sit-for 1)
|
||||
(apply 'message qprompt qs-args)
|
||||
(setq char (set qs-var (read-char))))
|
||||
;; Display the question with the answer.
|
||||
(message (concat (apply 'format qprompt qs-args)
|
||||
(char-to-string char)))
|
||||
(memq (cdr elt) '(t y yes)))))))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Reference in a new issue