projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90db29a
)
Fix guessing commands for zstandard archives in Dired
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 25 Oct 2023 13:32:01 +0000
(16:32 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 25 Oct 2023 13:32:01 +0000
(16:32 +0300)
* lisp/dired-aux.el (dired-guess-shell-alist-default): Fix
zstdandard commands. (Bug#66532)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index fc3f6f4f04deeadf680937ef208279f2780d83c3..3f803551f3893a7c917a8cabea16a718556e6ed0 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-1172,7
+1172,7
@@
Return the result of `process-file' - zero for success."
"unxz")
;; zstandard archives
- `(,(rx (or ".tar.zst" ".tzst") eos) "unzstd -c
%i
| tar -xf -")
+ `(,(rx (or ".tar.zst" ".tzst") eos) "unzstd -c
?
| tar -xf -")
`(,(rx ".zst" eos) "unzstd --rm")
'("\\.shar\\.Z\\'" "zcat * | unshar")