Mercurial > emacs
changeset 23108:0005f4030460
(dired-guess-shell-alist-default): Fix regexp.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 26 Aug 1998 20:34:14 +0000 |
parents | 44eda932afcf |
children | f47c04fb4aab |
files | lisp/dired-x.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-x.el Wed Aug 26 20:29:59 1998 +0000 +++ b/lisp/dired-x.el Wed Aug 26 20:34:14 1998 +0000 @@ -951,7 +951,7 @@ " " 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 -"))