From: Lars Ingebrigtsen Date: Thu, 14 Nov 2019 05:31:50 +0000 (+0100) Subject: Make dired-do-compress-to require format-spec X-Git-Tag: emacs-27.0.90~637 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3591cb8dcc04181e2a3f1bbcdbf8e3286f2b5434;p=emacs.git Make dired-do-compress-to require format-spec * lisp/dired-aux.el (dired-do-compress-to): Require format-spec runtime (bug#38189). --- diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 9f34b2afe99..6fcb074f6a1 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -1061,6 +1061,7 @@ Prompt for the archive file name. Choose the archiving command based on the archive file-name extension and `dired-compress-files-alist'." (interactive) + (require 'format-spec) (let* ((in-files (dired-get-marked-files nil nil nil nil t)) (out-file (expand-file-name (read-file-name "Compress to: "))) (rule (cl-find-if