diff options
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/jka-cmpr-hook.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c4cfe013835..89f150f3ab2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-02-11 Chris Moore <christopher.ian.moore@gmail.com> + + * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .svgz + files, and backup files of same. + 2008-02-11 Kevin Ryde <user42@zip.com.au> * info.el (Info-next-reference, Info-prev-reference) diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el index 79df9cfe25e..599d1c11f69 100644 --- a/lisp/jka-cmpr-hook.el +++ b/lisp/jka-cmpr-hook.el @@ -200,7 +200,7 @@ options through Custom does this automatically." "bzip2ing" "bzip2" nil "bunzip2ing" "bzip2" ("-d") nil nil "BZh"] - ["\\.\\(?:tgz\\|svgz\\)\\'" + ["\\.\\(?:tgz\\|svgz\\|sifz\\)\\(~\\|\\.~[0-9]+~\\)?\\'" "compressing" "gzip" ("-c" "-q") "uncompressing" "gzip" ("-c" "-q" "-d") t nil "\037\213"] |