diff options
author | Eli Zaretskii <eliz@gnu.org> | 2009-12-12 09:49:09 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2009-12-12 09:49:09 +0000 |
commit | 097d86f9b271b891d3fe8f4865e40461854ef88f (patch) | |
tree | d33ceb0f79270c26407f3f0448065d86cb07958f /lisp/arc-mode.el | |
parent | 1d4adede54232342cc50eb0cb19c1498d7cb8d9f (diff) | |
download | emacs-097d86f9b271b891d3fe8f4865e40461854ef88f.tar.gz |
(archive-rar-summarize): Support Attribute fields in RAR archives
created on Unix systems.
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r-- | lisp/arc-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |