Mercurial > emacs
diff lisp/eshell/esh-util.el @ 110579:5fabe7db5188
Add more xz compression support.
* doc/man/etags.1: xz compression is now supported.
* doc/misc/woman.texi (Interface Options): xz compression is now supported.
* lib-src/etags.c (compressors, print_language_names): Support xz compression.
* lisp/eshell/em-ls.el (eshell-ls-archive-regexp):
* lisp/eshell/esh-util.el (eshell-tar-regexp):
* lisp/ibuffer.el (ibuffer-compressed-file-name-regexp):
* lisp/info.el (Info-suffix-list):
* lisp/international/mule.el (auto-coding-alist):
* lisp/woman.el (woman-file-regexp, woman-file-compression-regexp):
* lisp/progmodes/etags.el (tags-compression-info-list):
Support xz compression.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 25 Sep 2010 14:42:48 -0700 |
parents | f2353518b994 |
children | f57f72bb4757 |
line wrap: on
line diff
--- a/lisp/eshell/esh-util.el Sat Sep 25 13:59:05 2010 -0700 +++ b/lisp/eshell/esh-util.el Sat Sep 25 14:42:48 2010 -0700 @@ -71,8 +71,9 @@ :group 'eshell-util) (defcustom eshell-tar-regexp - "\\.t\\(ar\\(\\.\\(gz\\|bz2\\|Z\\)\\)?\\|gz\\|a[zZ]\\|z2\\)\\'" + "\\.t\\(ar\\(\\.\\(gz\\|bz2\\|xz\\|Z\\)\\)?\\|gz\\|a[zZ]\\|z2\\)\\'" "*Regular expression used to match tar file names." + :version "24.1" ; added xz :type 'regexp :group 'eshell-util)