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 dd266ce8ae1..ea5aca6b898 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -517,7 +517,7 @@ and use this command with a prefix argument (the value does not matter)." | |||
| 517 | (string-match "\\.z$" file)) | 517 | (string-match "\\.z$" file)) |
| 518 | (if (not (dired-check-process (concat "Uncompressing " file) | 518 | (if (not (dired-check-process (concat "Uncompressing " file) |
| 519 | "gunzip" file)) | 519 | "gunzip" file)) |
| 520 | (substring file 0 -3))) | 520 | (substring file 0 -2))) |
| 521 | (t | 521 | (t |
| 522 | ;;; Try gzip; if we don't have that, use compress. | 522 | ;;; Try gzip; if we don't have that, use compress. |
| 523 | (condition-case nil | 523 | (condition-case nil |