From 2f017676d8b4ed586a05311524fda317ebab7b50 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 26 Aug 1998 20:34:14 +0000 Subject: [PATCH] (dired-guess-shell-alist-default): Fix regexp. --- lisp/dired-x.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 03c3e3f2f3c..f6497761b50 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -951,7 +951,7 @@ dired." " " dired-guess-shell-znew-switches)) ;; gzip'ed archives - (list "\\.t\\(ar\\.\\)g?z$" + (list "\\.t\\(ar\\.\\)?gz$" '(if dired-guess-shell-gnutar (concat dired-guess-shell-gnutar " zxvf") (concat "gunzip -qc * | tar xvf -")) -- 2.39.2