emacs-diffs
[Top][All Lists]
Advanced

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

master 3591cb8: Make dired-do-compress-to require format-spec


From: Lars Ingebrigtsen
Subject: master 3591cb8: Make dired-do-compress-to require format-spec
Date: Thu, 14 Nov 2019 00:31:56 -0500 (EST)

branch: master
commit 3591cb8dcc04181e2a3f1bbcdbf8e3286f2b5434
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Make dired-do-compress-to require format-spec
    
    * lisp/dired-aux.el (dired-do-compress-to): Require format-spec
    runtime (bug#38189).
---
 lisp/dired-aux.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 9f34b2a..6fcb074 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



reply via email to

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