changeset 91750:02006e2b1e2a

Chris Moore <christopher.ian.moore at gmail.com> (jka-compr-compression-info-list): Handle .svgz files, and backup files of same.
author Glenn Morris <rgm@gnu.org>
date Mon, 11 Feb 2008 03:57:40 +0000
parents e1f7f307ce9e
children 79e54388d291
files lisp/jka-cmpr-hook.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/jka-cmpr-hook.el	Mon Feb 11 03:51:39 2008 +0000
+++ b/lisp/jka-cmpr-hook.el	Mon Feb 11 03:57:40 2008 +0000
@@ -200,7 +200,7 @@
      "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"]