# HG changeset patch # User Richard M. Stallman # Date 745126616 0 # Node ID 250f9c22ef74f2bb3221a3422261210f3e010021 # Parent 131a3edbd49f84ab5835cfddaad5ad3bbdd0f786 (dired-compress-file): Fix previous change. diff -r 131a3edbd49f -r 250f9c22ef74 lisp/dired-aux.el --- a/lisp/dired-aux.el Thu Aug 12 00:23:54 1993 +0000 +++ b/lisp/dired-aux.el Thu Aug 12 03:36:56 1993 +0000 @@ -517,7 +517,7 @@ (string-match "\\.z$" file)) (if (not (dired-check-process (concat "Uncompressing " file) "gunzip" file)) - (substring file 0 -3))) + (substring file 0 -2))) (t ;;; Try gzip; if we don't have that, use compress. (condition-case nil