diff lisp/vc.el @ 24823:7bf461aabf49

(vc-dired-mode): Don't match anything before the date in dired-move-to-filename-regexp.
author André Spiegel <spiegel@gnu.org>
date Wed, 09 Jun 1999 16:52:56 +0000
parents 094df631ec12
children c3ad4583628b
line wrap: on
line diff
--- a/lisp/vc.el	Tue Jun 08 00:26:51 1999 +0000
+++ b/lisp/vc.el	Wed Jun 09 16:52:56 1999 +0000
@@ -5,7 +5,7 @@
 ;; Author:     Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Maintainer: Andre Spiegel <spiegel@inf.fu-berlin.de>
 
-;; $Id: vc.el,v 1.245 1999/04/08 12:43:48 spiegel Exp rms $
+;; $Id: vc.el,v 1.246 1999/05/23 05:34:53 rms Exp spiegel $
 
 ;; This file is part of GNU Emacs.
 
@@ -1702,7 +1702,7 @@
            (western (concat "\\(" month s dd "\\|" dd s month "\\)"
                             s "\\(" HH:MM "\\|" s yyyy"\\|" yyyy s "\\)"))
            (japanese (concat mm k s dd k s "\\(" s HH:MM "\\|" yyyy k "\\)")))
-         (concat "\\([0-9]\\|) +\\|     \\)" s "\\(" western "\\|" japanese "\\)" s)))
+         (concat s "\\(" western "\\|" japanese "\\)" s)))
   (and (boundp 'vc-dired-switches)
        vc-dired-switches
        (set (make-local-variable 'dired-actual-switches)