diff options
| author | Glenn Morris | 2009-11-19 07:42:20 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-11-19 07:42:20 +0000 |
| commit | 470bce7d544776ea7a5c37f0ec8eee4951157aa8 (patch) | |
| tree | add69ea5fae6612486f3e61aa07ec255a987e04c | |
| parent | 88cff6b5a5feaf090c8e9ee9f837933fc3c6fe15 (diff) | |
| download | emacs-470bce7d544776ea7a5c37f0ec8eee4951157aa8.tar.gz emacs-470bce7d544776ea7a5c37f0ec8eee4951157aa8.zip | |
(dired-compress-file-suffixes): Add ".xz". (Bug#4953)
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/dired-aux.el | 1 |
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 @@ | |||
| 1 | 2009-11-19 Glenn Morris <rgm@gnu.org> | 1 | 2009-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. |