]> git.eshelyaron.com Git - emacs.git/commitdiff
(jka-compr-compression-info-list)
authorGlenn Morris <rgm@gnu.org>
Fri, 3 Oct 2008 07:19:34 +0000 (07:19 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 3 Oct 2008 07:19:34 +0000 (07:19 +0000)
(jka-compr-mode-alist-additions): Also match `.tbz2'.

lisp/ChangeLog
lisp/jka-cmpr-hook.el

index 4e46f35d184edd34004c0a5b0df99c7eea920202..fc861509adc7da73dc88a080936840d0c3f33920 100644 (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.
 
index 3377fed04c9706ab12da6f3dd46f104db2a66c49..8ea83f996a9f913eb2d651c10b31c913c6eb7055 100644 (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.