# HG changeset patch # User Michael Albinus # Date 1130219548 0 # Node ID 3dcbac1167326adf1901ec1c232f8449f49d9f1f # Parent 86f81b226b0247a76c22c0c0c0cda7c27f17a73b * vc.el (vc-dired-mode): Extend comment for binding of `directory-listing-before-filename-regexp'. diff -r 86f81b226b02 -r 3dcbac116732 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 25 04:58:35 2005 +0000 +++ b/lisp/ChangeLog Tue Oct 25 05:52:28 2005 +0000 @@ -1,3 +1,8 @@ +2005-10-25 Michael Albinus + + * vc.el (vc-dired-mode): Extend comment for binding of + `directory-listing-before-filename-regexp'. + 2005-10-25 Stefan Monnier * textmodes/texinfo.el (texinfo-mode): diff -r 86f81b226b02 -r 3dcbac116732 lisp/vc.el --- 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,