diff options
| author | Karl Heuer | 1998-08-27 15:21:25 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-08-27 15:21:25 +0000 |
| commit | 2d938ce753605cd2ce366965f10587b528c2ce55 (patch) | |
| tree | 030fd8d03b927d373826b939168347b5da2ba6c6 | |
| parent | f2999a979e2af1ede5c2498bc624a4db2a0284bd (diff) | |
| download | emacs-2d938ce753605cd2ce366965f10587b528c2ce55.tar.gz emacs-2d938ce753605cd2ce366965f10587b528c2ce55.zip | |
(dired-compress-file-suffixes): Add `bz2'.
| -rw-r--r-- | lisp/dired-aux.el | 1 |
1 files changed, 1 insertions, 0 deletions
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)." | |||
| 518 | ;; For .z, try gunzip. It might be an old gzip file, | 518 | ;; For .z, try gunzip. It might be an old gzip file, |
| 519 | ;; or it might be from compact? pack? (which?) but gunzip handles both. | 519 | ;; or it might be from compact? pack? (which?) but gunzip handles both. |
| 520 | ("\\.z\\'" "" "gunzip") | 520 | ("\\.z\\'" "" "gunzip") |
| 521 | ("\\.bz2\\'" "" "bunzip2") | ||
| 521 | ;; This item controls naming for compression. | 522 | ;; This item controls naming for compression. |
| 522 | ("\\.tar\\'" ".tgz" nil)) | 523 | ("\\.tar\\'" ".tgz" nil)) |
| 523 | "Control changes in file name suffixes for compression and uncompression. | 524 | "Control changes in file name suffixes for compression and uncompression. |