emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f462fcd 2/3: Further tweak dired-compress error mes


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master f462fcd 2/3: Further tweak dired-compress error message
Date: Fri, 26 Jul 2019 04:56:07 -0400 (EDT)

branch: master
commit f462fcd1ff60d0abf780bafe11a8f228b4fffab2
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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.
---
 lisp/dired-aux.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 2b0d008..0985019 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]