diff options
| author | Juri Linkov | 2007-08-25 14:04:34 +0000 |
|---|---|---|
| committer | Juri Linkov | 2007-08-25 14:04:34 +0000 |
| commit | 5b668628b7ba2280fee9d95af567f60c7c606eb6 (patch) | |
| tree | 516d508575a4857957711f4df7ab134f3cb4fe3d | |
| parent | 86831703d364b985e86615fb8db7ea209d3111d7 (diff) | |
| download | emacs-5b668628b7ba2280fee9d95af567f60c7c606eb6.tar.gz emacs-5b668628b7ba2280fee9d95af567f60c7c606eb6.zip | |
(jka-compr-compression-info-list): Add .svgz to treat it like .tgz.
| -rw-r--r-- | lisp/jka-cmpr-hook.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el index 7e15af0d75f..fb17fb37f0c 100644 --- a/lisp/jka-cmpr-hook.el +++ b/lisp/jka-cmpr-hook.el | |||
| @@ -183,7 +183,7 @@ options through Custom does this automatically." | |||
| 183 | ;;[regexp | 183 | ;;[regexp |
| 184 | ;; compr-message compr-prog compr-args | 184 | ;; compr-message compr-prog compr-args |
| 185 | ;; uncomp-message uncomp-prog uncomp-args | 185 | ;; uncomp-message uncomp-prog uncomp-args |
| 186 | ;; can-append auto-mode-flag strip-extension-flag file-magic-bytes] | 186 | ;; can-append strip-extension-flag file-magic-bytes] |
| 187 | '(["\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'" | 187 | '(["\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'" |
| 188 | "compressing" "compress" ("-c") | 188 | "compressing" "compress" ("-c") |
| 189 | "uncompressing" "uncompress" ("-c") | 189 | "uncompressing" "uncompress" ("-c") |
| @@ -199,7 +199,7 @@ options through Custom does this automatically." | |||
| 199 | "bzip2ing" "bzip2" nil | 199 | "bzip2ing" "bzip2" nil |
| 200 | "bunzip2ing" "bzip2" ("-d") | 200 | "bunzip2ing" "bzip2" ("-d") |
| 201 | nil nil "BZh"] | 201 | nil nil "BZh"] |
| 202 | ["\\.tgz\\'" | 202 | ["\\.\\(?:tgz\\|svgz\\)\\'" |
| 203 | "compressing" "gzip" ("-c" "-q") | 203 | "compressing" "gzip" ("-c" "-q") |
| 204 | "uncompressing" "gzip" ("-c" "-q" "-d") | 204 | "uncompressing" "gzip" ("-c" "-q" "-d") |
| 205 | t nil "\037\213"] | 205 | t nil "\037\213"] |