From: Eli Zaretskii Date: Thu, 10 Dec 2009 19:25:36 +0000 (+0000) Subject: (archive-rar-summarize): Allow between 6 and 7 characters in the X-Git-Tag: emacs-pretest-23.1.91~134 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c70ccbba540477f51e410ad873d6d2273d9b5378;p=emacs.git (archive-rar-summarize): Allow between 6 and 7 characters in the Attribute field. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d455328a9e1..5e932476fbf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-12-10 Eli Zaretskii + + * arc-mode.el (archive-rar-summarize): Allow between 6 and 7 + characters in the Attribute field. + 2009-12-10 Dan Nicolaescu * 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." ;; 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))