Index: emacs/lisp/dired-aux.el
diff -c emacs/lisp/dired-aux.el:1.132 emacs/lisp/dired-aux.el:1.133
*** emacs/lisp/dired-aux.el:1.132       Thu Jun 23 21:23:17 2005
--- emacs/lisp/dired-aux.el     Sun Jul  3 16:10:07 2005
***************
*** 839,844 ****
--- 839,847 ----
               (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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to