(jka-compr-compression-info-list)

(jka-compr-mode-alist-additions): Also match `.tbz2'.
This commit is contained in:
Glenn Morris 2008-10-03 07:19:34 +00:00
parent 4998f83947
commit 6f34ccdf9c
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2008-10-03 Glenn Morris <rgm@gnu.org>
* jka-cmpr-hook.el (jka-compr-compression-info-list)
(jka-compr-mode-alist-additions): Also match `.tbz2'.
* progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
* files.el (auto-mode-alist): Add .PRO as per above autoload.

View file

@ -207,7 +207,7 @@ options through Custom does this automatically."
"bzip2ing" "bzip2" nil
"bunzip2ing" "bzip2" ("-d")
nil t "BZh"]
["\\.tbz\\'"
["\\.tbz2?\\'"
"bzip2ing" "bzip2" nil
"bunzip2ing" "bzip2" ("-d")
nil nil "BZh"]
@ -286,7 +286,7 @@ variables. Setting this through Custom does that automatically."
:group 'jka-compr)
(defcustom jka-compr-mode-alist-additions
(list (cons "\\.tgz\\'" 'tar-mode) (cons "\\.tbz\\'" 'tar-mode))
(list (cons "\\.tgz\\'" 'tar-mode) (cons "\\.tbz2?\\'" 'tar-mode))
"List of pairs added to `auto-mode-alist' when installing jka-compr.
Uninstalling jka-compr removes all pairs from `auto-mode-alist' that
installing added.