diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2005-10-25 05:52:28 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2005-10-25 05:52:28 +0000 |
commit | ead915936b333cc47a25ce52cdb72562008f1ee7 (patch) | |
tree | 5830bf2fd8249007f25e670748f9739a5d138b85 /lisp/vc.el | |
parent | bc6785f3f2f47b53db143c2fa2b604d4d288d3fe (diff) | |
download | emacs-ead915936b333cc47a25ce52cdb72562008f1ee7.tar.gz |
* vc.el (vc-dired-mode): Extend comment for binding of
`directory-listing-before-filename-regexp'.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r-- | lisp/vc.el | 3 |
1 files changed, 3 insertions, 0 deletions
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, |