Chris Moore <christopher.ian.moore at gmail.com>
authorGlenn Morris <rgm@gnu.org>
Mon, 11 Feb 2008 03:57:53 +0000 (03:57 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 11 Feb 2008 03:57:53 +0000 (03:57 +0000)
(jka-compr-compression-info-list): Handle .svgz files, and backup files of same.

lisp/ChangeLog
lisp/jka-cmpr-hook.el

index c4cfe01..89f150f 100644 (file)
@@ -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)
index 79df9cf..599d1c1 100644 (file)
@@ -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"]