]> git.eshelyaron.com Git - emacs.git/commitdiff
(archive-rar-summarize): Allow between 6 and 7 characters in the
authorEli Zaretskii <eliz@gnu.org>
Thu, 10 Dec 2009 19:25:36 +0000 (19:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 10 Dec 2009 19:25:36 +0000 (19:25 +0000)
Attribute field.

lisp/ChangeLog
lisp/arc-mode.el

index d455328a9e10f780979c0ea2b325324bb11c0c15..5e932476fbfb626079db779acede7f2442bf8f61 100644 (file)
@@ -1,3 +1,8 @@
+2009-12-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
+       characters in the Attribute field.
+
 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
index 1d67a6ce918560b10373c44deb35080626c515c9..474d7bdd5ab4779889ec10546de3523b8dfde679 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:]+\\) +......"
+                                 " +\\([0-9:]+\\) +[^ \n]\\{6,7\\}"
                                  ;; CRC; Meth ; Var.
                                  " +[0-9A-F]+ +[^ \n]+ +[0-9.]+\n"))
         (goto-char (match-end 0))