# HG changeset patch # User Eli Zaretskii # Date 1171715409 0 # Node ID 8c38d88e2bf3a36115521060089dd15f212a685d # Parent 3e576a251b39dc6119cd741f768ea25b29fd9c75 (jka-compr-compression-info-list): Recognize backups of bz2 compressed files. diff -r 3e576a251b39 -r 8c38d88e2bf3 lisp/jka-cmpr-hook.el --- a/lisp/jka-cmpr-hook.el Sat Feb 17 12:03:01 2007 +0000 +++ b/lisp/jka-cmpr-hook.el Sat Feb 17 12:30:09 2007 +0000 @@ -191,7 +191,7 @@ ;; 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"]