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
470bce7d
Commit
470bce7d
authored
Nov 19, 2009
by
Glenn Morris
Browse files
(dired-compress-file-suffixes): Add ".xz". (Bug#4953)
parent
88cff6b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/dired-aux.el
lisp/dired-aux.el
+1
-0
No files found.
lisp/ChangeLog
View file @
470bce7d
2009-11-19 Glenn Morris <rgm@gnu.org>
* dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
* textmodes/flyspell.el (sgml-lexical-context): Declare.
* net/newst-treeview.el (newsticker-treeview-treewindow-width)
...
...
lisp/dired-aux.el
View file @
470bce7d
...
...
@@ -752,6 +752,7 @@ command with a prefix argument (the value does not matter)."
(
"\\.dz\\'"
""
"dictunzip"
)
(
"\\.tbz\\'"
".tar"
"bunzip2"
)
(
"\\.bz2\\'"
""
"bunzip2"
)
(
"\\.xz\\'"
""
"unxz"
)
;; 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