]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-compress-file-suffixes): Add `bz2'.
authorKarl Heuer <kwzh@gnu.org>
Thu, 27 Aug 1998 15:21:25 +0000 (15:21 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 27 Aug 1998 15:21:25 +0000 (15:21 +0000)
lisp/dired-aux.el

index 7263e544698f7dfdbb75db10c7592bba621b667c..ccf8548f47ef6fe191ce137bd403cf1c2312e913 100644 (file)
@@ -518,6 +518,7 @@ and use this command with a prefix argument (the value does not matter)."
     ;; For .z, try gunzip.  It might be an old gzip file,
     ;; or it might be from compact? pack? (which?) but gunzip handles both.
     ("\\.z\\'" "" "gunzip")
+    ("\\.bz2\\'" "" "bunzip2")
     ;; This item controls naming for compression.
     ("\\.tar\\'" ".tgz" nil))
   "Control changes in file name suffixes for compression and uncompression.