(dired-query): Display question with answer, when the user answers.
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 2005 16:10:07 +0000 (16:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Jul 2005 16:10:07 +0000 (16:10 +0000)
lisp/dired-aux.el

index 963866b..b517dff 100644 (file)
@@ -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)))))))
 \f
 ;;;###autoload