aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2007-02-17 12:31:06 +0000
committerEli Zaretskii2007-02-17 12:31:06 +0000
commit73c03f767ff3d0cdaf68a6354614f2191dfa6b38 (patch)
treea3e7a395c4b28bcea29bc01ac85be26a35995cd7
parente8d2103a83df75858aade088432fb16c2be9dcd9 (diff)
downloademacs-73c03f767ff3d0cdaf68a6354614f2191dfa6b38.tar.gz
emacs-73c03f767ff3d0cdaf68a6354614f2191dfa6b38.zip
(jka-compr-compression-info-list): Recognize backups of bz2 compressed files.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/jka-cmpr-hook.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0f7b528ba3c..aa7f276852a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-02-17 Chris Moore <dooglus@gmail.com>
2
3 * jka-cmpr-hook.el (jka-compr-compression-info-list): Recognize
4 backups of bz2 compressed files.
5
12007-02-17 Eli Zaretskii <eliz@gnu.org> 62007-02-17 Eli Zaretskii <eliz@gnu.org>
2 7
3 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size 8 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el
index ce00181aaa3..b13ca7181ec 100644
--- a/lisp/jka-cmpr-hook.el
+++ b/lisp/jka-cmpr-hook.el
@@ -191,7 +191,7 @@ options through Custom does this automatically."
191 ;; Formerly, these had an additional arg "-c", but that fails with 191 ;; Formerly, these had an additional arg "-c", but that fails with
192 ;; "Version 0.1pl2, 29-Aug-97." (RedHat 5.1 GNU/Linux) and 192 ;; "Version 0.1pl2, 29-Aug-97." (RedHat 5.1 GNU/Linux) and
193 ;; "Version 0.9.0b, 9-Sept-98". 193 ;; "Version 0.9.0b, 9-Sept-98".
194 ["\\.bz2\\'" 194 ["\\.bz2\\(~\\|\\.~[0-9]+~\\)?\\'"
195 "bzip2ing" "bzip2" nil 195 "bzip2ing" "bzip2" nil
196 "bunzip2ing" "bzip2" ("-d") 196 "bunzip2ing" "bzip2" ("-d")
197 nil t "BZh"] 197 nil t "BZh"]