]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 2a0aa18272e232f8c857ed19927d222d88f852cc..4d802725444395b6a1ca73e77d6adb179c7d99da 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 474d7bdd5ab4779889ec10546de3523b8dfde679..aee1988eda6bfe41bea33c68509dd9a86760e7d2 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))