From: Eli Zaretskii Date: Sat, 12 Dec 2009 09:49:09 +0000 (+0000) Subject: (archive-rar-summarize): Support Attribute fields in RAR archives X-Git-Tag: emacs-pretest-23.1.91~115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=097d86f9b271b891d3fe8f4865e40461854ef88f;p=emacs.git (archive-rar-summarize): Support Attribute fields in RAR archives created on Unix systems. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2a0aa18272e..4d802725444 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-12-12 Eli Zaretskii + + * arc-mode.el (archive-rar-summarize): Support Attribute fields in + RAR archives created on Unix systems. + 2009-12-12 Stefan Monnier * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index 474d7bdd5ab..aee1988eda6 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:]+\\) +[^ \n]\\{6,7\\}" + " +\\([0-9:]+\\) +[^ \n]\\{6,10\\}" ;; CRC; Meth ; Var. " +[0-9A-F]+ +[^ \n]+ +[0-9.]+\n")) (goto-char (match-end 0))