comparison lisp/dired-aux.el @ 23125:f7b7887cb90f

(dired-compress-file-suffixes): Add `bz2'.
author Karl Heuer <kwzh@gnu.org>
date Thu, 27 Aug 1998 15:21:25 +0000
parents 8cf1a05c1ced
children c79fbd7d8162
comparison
equal deleted inserted replaced
23124:176e4901705d 23125:f7b7887cb90f
516 ("\\.tgz\\'" ".tar" "gunzip") 516 ("\\.tgz\\'" ".tar" "gunzip")
517 ("\\.Z\\'" "" "uncompress") 517 ("\\.Z\\'" "" "uncompress")
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.
524 Each element specifies one transformation rule, and has the form: 525 Each element specifies one transformation rule, and has the form:
525 (REGEXP NEW-SUFFIX PROGRAM) 526 (REGEXP NEW-SUFFIX PROGRAM)