aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dired-aux.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 6c06d841e7d..a321247b0b6 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -992,6 +992,7 @@ command with a prefix argument (the value does not matter)."
992 ("\\.tar\\.gz\\'" "" "gzip -dc %i | tar -xf -") 992 ("\\.tar\\.gz\\'" "" "gzip -dc %i | tar -xf -")
993 ("\\.tgz\\'" "" "gzip -dc %i | tar -xf -") 993 ("\\.tgz\\'" "" "gzip -dc %i | tar -xf -")
994 ("\\.gz\\'" "" "gunzip") 994 ("\\.gz\\'" "" "gunzip")
995 ("\\.lz\\'" "" "lzip -d")
995 ("\\.Z\\'" "" "uncompress") 996 ("\\.Z\\'" "" "uncompress")
996 ;; For .z, try gunzip. It might be an old gzip file, 997 ;; For .z, try gunzip. It might be an old gzip file,
997 ;; or it might be from compact? pack? (which?) but gunzip handles both. 998 ;; or it might be from compact? pack? (which?) but gunzip handles both.