aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2005-10-25 05:52:28 +0000
committerMichael Albinus2005-10-25 05:52:28 +0000
commitead915936b333cc47a25ce52cdb72562008f1ee7 (patch)
tree5830bf2fd8249007f25e670748f9739a5d138b85
parentbc6785f3f2f47b53db143c2fa2b604d4d288d3fe (diff)
downloademacs-ead915936b333cc47a25ce52cdb72562008f1ee7.tar.gz
emacs-ead915936b333cc47a25ce52cdb72562008f1ee7.zip
* vc.el (vc-dired-mode): Extend comment for binding of
`directory-listing-before-filename-regexp'.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/vc.el3
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3f1994508c0..eaadd83db29 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-10-25 Michael Albinus <michael.albinus@gmx.de>
2
3 * vc.el (vc-dired-mode): Extend comment for binding of
4 `directory-listing-before-filename-regexp'.
5
12005-10-25 Stefan Monnier <monnier@iro.umontreal.ca> 62005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * textmodes/texinfo.el (texinfo-mode): 8 * 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."
2064 ;; The following is slightly modified from files.el, 2064 ;; The following is slightly modified from files.el,
2065 ;; because file lines look a bit different in vc-dired-mode 2065 ;; because file lines look a bit different in vc-dired-mode
2066 ;; (the column before the date does not end in a digit). 2066 ;; (the column before the date does not end in a digit).
2067 ;; albinus: It should be done in the original declaration. Problem
2068 ;; is the optional empty state-info; otherwise ")" would be good
2069 ;; enough as delimeter.
2067 (set (make-local-variable 'directory-listing-before-filename-regexp) 2070 (set (make-local-variable 'directory-listing-before-filename-regexp)
2068 (let* ((l "\\([A-Za-z]\\|[^\0-\177]\\)") 2071 (let* ((l "\\([A-Za-z]\\|[^\0-\177]\\)")
2069 ;; In some locales, month abbreviations are as short as 2 letters, 2072 ;; In some locales, month abbreviations are as short as 2 letters,