diff lisp/vc.el @ 66425:3dcbac116732

* vc.el (vc-dired-mode): Extend comment for binding of `directory-listing-before-filename-regexp'.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 25 Oct 2005 05:52:28 +0000
parents fda96ff4c7e5
children 13a55a7627fd b31326248cf6
line wrap: on
line diff
--- a/lisp/vc.el	Tue Oct 25 04:58:35 2005 +0000
+++ b/lisp/vc.el	Tue Oct 25 05:52:28 2005 +0000
@@ -2064,6 +2064,9 @@
   ;; 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,