]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-guess-shell-alist-default): Fix regexp.
authorKarl Heuer <kwzh@gnu.org>
Wed, 26 Aug 1998 20:34:14 +0000 (20:34 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 26 Aug 1998 20:34:14 +0000 (20:34 +0000)
lisp/dired-x.el

index 03c3e3f2f3c9f7e39be9415bbffa34aff47bac14..f6497761b502f3e4fd93eabe71e368e63ba4f773 100644 (file)
@@ -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 -"))