projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8ad862
)
Further tweak dired-compress error message
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 26 Jul 2019 08:34:02 +0000
(10:34 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 2b0d008de24afbd3c4a9cb367261e379dee6fe01..09850198ca543836f9235e169b844df59079e6e3 100644
(file)
--- 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