changeset 23125:f7b7887cb90f

(dired-compress-file-suffixes): Add `bz2'.
author Karl Heuer <kwzh@gnu.org>
date Thu, 27 Aug 1998 15:21:25 +0000
parents 176e4901705d
children cac484ad071c
files lisp/dired-aux.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired-aux.el	Thu Aug 27 15:17:51 1998 +0000
+++ b/lisp/dired-aux.el	Thu Aug 27 15:21:25 1998 +0000
@@ -518,6 +518,7 @@
     ;; 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.