diff options
| -rw-r--r-- | lisp/dired-aux.el | 2 |
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)." | |||
| 981 | (goto-char start) | 981 | (goto-char start) |
| 982 | ;; Now replace the current line with an entry for NEW-FILE. | 982 | ;; Now replace the current line with an entry for NEW-FILE. |
| 983 | (dired-update-file-line new-file) nil) | 983 | (dired-update-file-line new-file) nil) |
| 984 | (dired-log (concat "Failed to compress " from-file)) | 984 | (dired-log (concat "Failed to (un)compress " from-file)) |
| 985 | from-file))) | 985 | from-file))) |
| 986 | 986 | ||
| 987 | (defvar dired-compress-file-suffixes | 987 | (defvar dired-compress-file-suffixes |