From: Lars Ingebrigtsen Date: Fri, 26 Jul 2019 08:34:02 +0000 (+0200) Subject: Further tweak dired-compress error message X-Git-Tag: emacs-27.0.90~1817^2~112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f462fcd1ff60d0abf780bafe11a8f228b4fffab2;p=emacs.git 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. --- 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