]> code.delx.au - gnu-emacs/blobdiff - lisp/dired-aux.el
More-conservative ‘format’ quote restyling
[gnu-emacs] / lisp / dired-aux.el
index 18a3c887aadb193a20f911b3e47c8c393a0e2b2f..63ee75f1ff0f8eb52be86c5d3342c0ecccc93ac8 100644 (file)
@@ -1006,7 +1006,7 @@ return t; if SYM is q or ESC, return nil."
           nil)     ; skip, and don't ask again
          (t        ; no previous answer - ask now
           (setq prompt
-                (concat (apply 'format prompt args)
+                (concat (apply #'format-message prompt args)
                         (if help-form
                             (format " [Type yn!q or %s] "
                                     (key-description (vector help-char)))