projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a593f5
)
Tweak the error message on dired compression failures
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 26 Jul 2019 08:31:59 +0000
(10:31 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 26 Jul 2019 08:55:45 +0000
(10:55 +0200)
* lisp/dired-aux.el (dired-compress): Fix error message.
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 6a1ebcced913b9d1b19a3cb269c23713da9ffbaf..2b0d008de24afbd3c4a9cb367261e379dee6fe01 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 compress
" from-file))
from-file)))
(defvar dired-compress-file-suffixes