# HG changeset patch # User Andr Spiegel # Date 928947176 0 # Node ID 7bf461aabf49fa0140b08802af4c86da339f65d3 # Parent 0439ca273f707b915e413b55f306cba136bfc64a (vc-dired-mode): Don't match anything before the date in dired-move-to-filename-regexp. diff -r 0439ca273f70 -r 7bf461aabf49 lisp/vc.el --- 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 ;; Maintainer: Andre Spiegel -;; $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)