Mercurial > hg > xemacs-beta
diff lisp/packages/jka-compr.el @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | 489f57a838ef |
children |
line wrap: on
line diff
--- a/lisp/packages/jka-compr.el Mon Aug 13 10:02:48 2007 +0200 +++ b/lisp/packages/jka-compr.el Mon Aug 13 10:03:52 2007 +0200 @@ -139,7 +139,11 @@ ["\\.gz\\(~\\|\\.~[0-9]+~\\)?\\'" "zipping" "gzip" ("-c" "-q") "unzipping" "gzip" ("-c" "-q" "-d") - t t]) + t t] + ["\\.bz2\\(~\\|\\.~[0-9]+~\\)?\\'" + "bzipping" "bzip2" ("-f") + "unbzipping" "bzip2" ("-d") + nil t]) "List of vectors that describe available compression techniques. Each element, which describes a compression technique, is a vector of @@ -164,8 +168,8 @@ uncompress-args is a list of args to pass to the uncompress program - append-flag is non-nil if this compression technique can be - appended + append-flag is non-nil if files compressed with this technique can + be appended to without decompressing them first. auto-mode flag non-nil means strip the regexp from file names before attempting to set the mode.