# HG changeset patch # User Juri Linkov # Date 1188050674 0 # Node ID 4b2a7cbf8aaf0eb6698491462a1d9685651fb403 # Parent 8c8c5e6ccef28de8312eb5c90cff6218111eea56 (jka-compr-compression-info-list): Add .svgz to treat it like .tgz. diff -r 8c8c5e6ccef2 -r 4b2a7cbf8aaf lisp/jka-cmpr-hook.el --- a/lisp/jka-cmpr-hook.el Sat Aug 25 14:03:30 2007 +0000 +++ b/lisp/jka-cmpr-hook.el Sat Aug 25 14:04:34 2007 +0000 @@ -183,7 +183,7 @@ ;;[regexp ;; compr-message compr-prog compr-args ;; uncomp-message uncomp-prog uncomp-args - ;; can-append auto-mode-flag strip-extension-flag file-magic-bytes] + ;; can-append strip-extension-flag file-magic-bytes] '(["\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'" "compressing" "compress" ("-c") "uncompressing" "uncompress" ("-c") @@ -199,7 +199,7 @@ "bzip2ing" "bzip2" nil "bunzip2ing" "bzip2" ("-d") nil nil "BZh"] - ["\\.tgz\\'" + ["\\.\\(?:tgz\\|svgz\\)\\'" "compressing" "gzip" ("-c" "-q") "uncompressing" "gzip" ("-c" "-q" "-d") t nil "\037\213"]