aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-11-19 07:42:20 +0000
committerGlenn Morris2009-11-19 07:42:20 +0000
commit470bce7d544776ea7a5c37f0ec8eee4951157aa8 (patch)
treeadd69ea5fae6612486f3e61aa07ec255a987e04c
parent88cff6b5a5feaf090c8e9ee9f837933fc3c6fe15 (diff)
downloademacs-470bce7d544776ea7a5c37f0ec8eee4951157aa8.tar.gz
emacs-470bce7d544776ea7a5c37f0ec8eee4951157aa8.zip
(dired-compress-file-suffixes): Add ".xz". (Bug#4953)
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/dired-aux.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 504d1162b19..833e0ef737b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12009-11-19 Glenn Morris <rgm@gnu.org> 12009-11-19 Glenn Morris <rgm@gnu.org>
2 2
3 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
4
3 * textmodes/flyspell.el (sgml-lexical-context): Declare. 5 * textmodes/flyspell.el (sgml-lexical-context): Declare.
4 6
5 * net/newst-treeview.el (newsticker-treeview-treewindow-width) 7 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index ffe02cacdac..b45b625b1ba 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -752,6 +752,7 @@ command with a prefix argument (the value does not matter)."
752 ("\\.dz\\'" "" "dictunzip") 752 ("\\.dz\\'" "" "dictunzip")
753 ("\\.tbz\\'" ".tar" "bunzip2") 753 ("\\.tbz\\'" ".tar" "bunzip2")
754 ("\\.bz2\\'" "" "bunzip2") 754 ("\\.bz2\\'" "" "bunzip2")
755 ("\\.xz\\'" "" "unxz")
755 ;; This item controls naming for compression. 756 ;; This item controls naming for compression.
756 ("\\.tar\\'" ".tgz" nil)) 757 ("\\.tar\\'" ".tgz" nil))
757 "Control changes in file name suffixes for compression and uncompression. 758 "Control changes in file name suffixes for compression and uncompression.