# HG changeset patch # User Eli Zaretskii # Date 1260473101 0 # Node ID 413286e971788bc06cedea0b9a80c719f390eaad # Parent 0a0832d4518d88c69dd35bbd2c2d3bf21ccf95a4 (archive-rar-summarize): Allow between 6 and 7 characters in the Attribute field. diff -r 0a0832d4518d -r 413286e97178 lisp/arc-mode.el --- a/lisp/arc-mode.el Thu Dec 10 14:29:11 2009 +0000 +++ b/lisp/arc-mode.el Thu Dec 10 19:25:01 2009 +0000 @@ -1904,7 +1904,7 @@ ;; 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))