summaryrefslogtreecommitdiff
path: root/lisp/dired-aux.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-07-26 10:34:02 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-07-26 10:55:45 +0200
commitf462fcd1ff60d0abf780bafe11a8f228b4fffab2 (patch)
tree8b5e66de2811e5139f59286b620ee9ce916adef5 /lisp/dired-aux.el
parente8ad8620a440f27d0de20d1062fad977886890ca (diff)
downloademacs-f462fcd1ff60d0abf780bafe11a8f228b4fffab2.tar.gz
Further tweak dired-compress error message
* lisp/dired-aux.el (dired-compress): The function is called on both compression and uncompression, so be more ambiguous in the error message.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r--lisp/dired-aux.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 2b0d008de24..09850198ca5 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -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