]> git.eshelyaron.com Git - emacs.git/commitdiff
Further tweak dired-compress error message
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 26 Jul 2019 08:34:02 +0000 (10:34 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 26 Jul 2019 08:55:45 +0000 (10:55 +0200)
* lisp/dired-aux.el (dired-compress): The function is called on
both compression and uncompression, so be more ambiguous in the
error message.

lisp/dired-aux.el

index 2b0d008de24afbd3c4a9cb367261e379dee6fe01..09850198ca543836f9235e169b844df59079e6e3 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 (un)compress " from-file))
       from-file)))
 
 (defvar dired-compress-file-suffixes