emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/dired-aux.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/dired-aux.el
Date: Sun, 03 Jul 2005 12:10:07 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]