# HG changeset patch # User Karl Heuer # Date 904231285 0 # Node ID f7b7887cb90f31c3f8ee7929a6d07d087138560b # Parent 176e4901705de32c506724aab91ce7af3aedf9d4 (dired-compress-file-suffixes): Add `bz2'. diff -r 176e4901705d -r f7b7887cb90f lisp/dired-aux.el --- 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.