(jka-compr-mode-alist-additions): Also match `.tbz2'.
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.
"bzip2ing" "bzip2" nil
"bunzip2ing" "bzip2" ("-d")
nil t "BZh"]
- ["\\.tbz\\'"
+ ["\\.tbz2?\\'"
"bzip2ing" "bzip2" nil
"bunzip2ing" "bzip2" ("-d")
nil nil "BZh"]
: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.