]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak the error message on dired compression failures
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 26 Jul 2019 08:31:59 +0000 (10:31 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 26 Jul 2019 08:55:45 +0000 (10:55 +0200)
* lisp/dired-aux.el (dired-compress): Fix error message.

lisp/dired-aux.el

index 6a1ebcced913b9d1b19a3cb269c23713da9ffbaf..2b0d008de24afbd3c4a9cb367261e379dee6fe01 100644 (file)
@@ -981,7 +981,7 @@ command with a prefix argument (the value does not matter)."
          (goto-char start)
          ;; Now replace the current line with an entry for NEW-FILE.
          (dired-update-file-line new-file) nil)
-      (dired-log (concat "Failed to compress" from-file))
+      (dired-log (concat "Failed to compress " from-file))
       from-file)))
 
 (defvar dired-compress-file-suffixes