(jka-compr-compression-info-list): Recognize backups of bz2 compressed files.

This commit is contained in:
Eli Zaretskii 2007-02-17 12:31:06 +00:00
parent e8d2103a83
commit 73c03f767f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-02-17 Chris Moore <dooglus@gmail.com>
* jka-cmpr-hook.el (jka-compr-compression-info-list): Recognize
backups of bz2 compressed files.
2007-02-17 Eli Zaretskii <eliz@gnu.org>
* info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size

View file

@ -191,7 +191,7 @@ options through Custom does this automatically."
;; Formerly, these had an additional arg "-c", but that fails with
;; "Version 0.1pl2, 29-Aug-97." (RedHat 5.1 GNU/Linux) and
;; "Version 0.9.0b, 9-Sept-98".
["\\.bz2\\'"
["\\.bz2\\(~\\|\\.~[0-9]+~\\)?\\'"
"bzip2ing" "bzip2" nil
"bunzip2ing" "bzip2" ("-d")
nil t "BZh"]