* vc.el (vc-dired-mode): Extend comment for binding of
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 25 Oct 2005 05:52:28 +0000 (05:52 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 25 Oct 2005 05:52:28 +0000 (05:52 +0000)
`directory-listing-before-filename-regexp'.

lisp/ChangeLog
lisp/vc.el

index 3f19945..eaadd83 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
+
+       * vc.el (vc-dired-mode): Extend comment for binding of
+       `directory-listing-before-filename-regexp'.
+
 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * textmodes/texinfo.el (texinfo-mode):
index fc743f4..92d3979 100644 (file)
@@ -2064,6 +2064,9 @@ There is a special command, `*l', to mark all files currently locked."
   ;; The following is slightly modified from files.el,
   ;; because file lines look a bit different in vc-dired-mode
   ;; (the column before the date does not end in a digit).
+  ;; albinus: It should be done in the original declaration.  Problem
+  ;; is the optional empty state-info; otherwise ")" would be good
+  ;; enough as delimeter.
   (set (make-local-variable 'directory-listing-before-filename-regexp)
   (let* ((l "\\([A-Za-z]\\|[^\0-\177]\\)")
          ;; In some locales, month abbreviations are as short as 2 letters,