From 097d86f9b271b891d3fe8f4865e40461854ef88f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 12 Dec 2009 09:49:09 +0000 Subject: [PATCH] (archive-rar-summarize): Support Attribute fields in RAR archives created on Unix systems. --- lisp/ChangeLog | 5 +++++ lisp/arc-mode.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)) -- 2.39.2