From 2d938ce753605cd2ce366965f10587b528c2ce55 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 27 Aug 1998 15:21:25 +0000 Subject: [PATCH] (dired-compress-file-suffixes): Add `bz2'. --- lisp/dired-aux.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 7263e544698..ccf8548f47e 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -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. -- 2.39.2