]> git.eshelyaron.com Git - emacs.git/commitdiff
(jka-compr-compression-info-list): Add .svgz to treat it like .tgz.
authorJuri Linkov <juri@jurta.org>
Sat, 25 Aug 2007 14:04:34 +0000 (14:04 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 25 Aug 2007 14:04:34 +0000 (14:04 +0000)
lisp/jka-cmpr-hook.el

index 7e15af0d75f4b0b79aef12d8e810ba25f0fc20a0..fb17fb37f0c8ea34902f9122c9a60ee184dedf69 100644 (file)
@@ -183,7 +183,7 @@ options through Custom does this automatically."
   ;;[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 @@ options through Custom does this automatically."
      "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"]