]> git.eshelyaron.com Git - emacs.git/commitdiff
Make `C RET' work in archive-mode
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 26 Apr 2022 11:27:17 +0000 (13:27 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 26 Apr 2022 11:27:17 +0000 (13:27 +0200)
* lisp/arc-mode.el (archive-copy-file): Fix the default value
(when the user hits RET) (bug#55123).

lisp/arc-mode.el

index f1a3735d2c6fb692aae1aa0f26213a95b3ba477d..1c5faa1152b2f4e63b9b1f93962f60dde7cad3a1 100644 (file)
@@ -1063,7 +1063,8 @@ NEW-NAME."
            #'archive--file-desc-ext-file-name
            (or (archive-get-marked ?*) (list (archive-get-descr))))))
      (list names
-           (read-file-name (format "Copy %s to: " (string-join names ", "))))))
+           (read-file-name (format "Copy %s to: " (string-join names ", "))
+                           nil default-directory))))
   (unless (consp files)
     (setq files (list files)))
   (when (and (> (length files) 1)