aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2009-12-10 19:25:36 +0000
committerEli Zaretskii2009-12-10 19:25:36 +0000
commitc70ccbba540477f51e410ad873d6d2273d9b5378 (patch)
treee316aa9cd18835f3ba1131935fb38ba6b0a0e352
parentd0fcee66986308f526578b35fde713be47f1bbab (diff)
downloademacs-c70ccbba540477f51e410ad873d6d2273d9b5378.tar.gz
emacs-c70ccbba540477f51e410ad873d6d2273d9b5378.zip
(archive-rar-summarize): Allow between 6 and 7 characters in the
Attribute field.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/arc-mode.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d455328a9e1..5e932476fbf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12009-12-10 Eli Zaretskii <eliz@gnu.org>
2
3 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
4 characters in the Attribute field.
5
12009-12-10 Dan Nicolaescu <dann@ics.uci.edu> 62009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741) 8 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index 1d67a6ce918..474d7bdd5ab 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -1904,7 +1904,7 @@ This doesn't recover lost files, it just undoes changes in the buffer itself."
1904 ;; Ratio ; Date' 1904 ;; Ratio ; Date'
1905 " +\\([0-9%]+\\) +\\([-0-9]+\\)" 1905 " +\\([0-9%]+\\) +\\([-0-9]+\\)"
1906 ;; Time ; Attr. 1906 ;; Time ; Attr.
1907 " +\\([0-9:]+\\) +......" 1907 " +\\([0-9:]+\\) +[^ \n]\\{6,7\\}"
1908 ;; CRC; Meth ; Var. 1908 ;; CRC; Meth ; Var.
1909 " +[0-9A-F]+ +[^ \n]+ +[0-9.]+\n")) 1909 " +[0-9A-F]+ +[^ \n]+ +[0-9.]+\n"))
1910 (goto-char (match-end 0)) 1910 (goto-char (match-end 0))