(archive-rar-summarize): Allow between 6 and 7 characters in the

Attribute field.
This commit is contained in:
Eli Zaretskii 2009-12-10 19:25:36 +00:00
parent d0fcee6698
commit c70ccbba54
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-12-10 Eli Zaretskii <eliz@gnu.org>
* arc-mode.el (archive-rar-summarize): Allow between 6 and 7
characters in the Attribute field.
2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
* vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)

View file

@ -1904,7 +1904,7 @@ This doesn't recover lost files, it just undoes changes in the buffer itself."
;; Ratio ; Date'
" +\\([0-9%]+\\) +\\([-0-9]+\\)"
;; Time ; Attr.
" +\\([0-9:]+\\) +......"
" +\\([0-9:]+\\) +[^ \n]\\{6,7\\}"
;; CRC; Meth ; Var.
" +[0-9A-F]+ +[^ \n]+ +[0-9.]+\n"))
(goto-char (match-end 0))