Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2d938ce7
Commit
2d938ce7
authored
Aug 27, 1998
by
Karl Heuer
Browse files
(dired-compress-file-suffixes): Add `bz2'.
parent
f2999a97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/dired-aux.el
lisp/dired-aux.el
+1
-0
No files found.
lisp/dired-aux.el
View file @
2d938ce7
...
...
@@ -518,6 +518,7 @@ and use this command with a prefix argument (the value does not matter)."
;; For .z, try gunzip. It might be an old gzip file,
;; or it might be from compact? pack? (which?) but gunzip handles both.
(
"\\.z\\'"
""
"gunzip"
)
(
"\\.bz2\\'"
""
"bunzip2"
)
;; This item controls naming for compression.
(
"\\.tar\\'"
".tgz"
nil
))
"Control changes in file name suffixes for compression and uncompression.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment