Mercurial > emacs
changeset 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 | 86f81b226b02 |
children | 54f639048139 |
files | lisp/ChangeLog lisp/vc.el |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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):
--- 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,