summaryrefslogtreecommitdiff
path: root/lisp/jka-cmpr-hook.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-10-03 07:19:34 +0000
committerGlenn Morris <rgm@gnu.org>2008-10-03 07:19:34 +0000
commit6f34ccdf9c165571d8c5f4f4be42b1fbc69cff39 (patch)
treee08eb2971b1115c18f23ce4f4da8b500f24dcdd6 /lisp/jka-cmpr-hook.el
parent4998f839473b36aad25ff159756a036c5259de4f (diff)
downloademacs-6f34ccdf9c165571d8c5f4f4be42b1fbc69cff39.tar.gz
(jka-compr-compression-info-list)
(jka-compr-mode-alist-additions): Also match `.tbz2'.
Diffstat (limited to 'lisp/jka-cmpr-hook.el')
-rw-r--r--lisp/jka-cmpr-hook.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el
index 3377fed04c9..8ea83f996a9 100644
--- a/lisp/jka-cmpr-hook.el
+++ b/lisp/jka-cmpr-hook.el
@@ -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.