From ead915936b333cc47a25ce52cdb72562008f1ee7 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 25 Oct 2005 05:52:28 +0000 Subject: [PATCH] * vc.el (vc-dired-mode): Extend comment for binding of `directory-listing-before-filename-regexp'. --- lisp/ChangeLog | 5 +++++ lisp/vc.el | 3 +++ 2 files changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f1994508c0..eaadd83db29 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/vc.el b/lisp/vc.el index fc743f4962a..92d3979d084 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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, -- 2.39.5