aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.