(archive-rar-summarize): Support Attribute fields in RAR archives
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Dec 2009 09:49:09 +0000 (09:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Dec 2009 09:49:09 +0000 (09:49 +0000)
created on Unix systems.

lisp/ChangeLog
lisp/arc-mode.el

index 2a0aa18..4d80272 100644 (file)
@@ -1,3 +1,8 @@
+2009-12-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * arc-mode.el (archive-rar-summarize): Support Attribute fields in
+       RAR archives created on Unix systems.
+
 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
index 474d7bd..aee1988 100644 (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:]+\\) +[^ \n]\\{6,7\\}"
+                                 " +\\([0-9:]+\\) +[^ \n]\\{6,10\\}"
                                  ;; CRC; Meth ; Var.
                                  " +[0-9A-F]+ +[^ \n]+ +[0-9.]+\n"))
         (goto-char (match-end 0))