# HG changeset patch # User Richard M. Stallman # Date 927437693 0 # Node ID 094df631ec12dc0c66323364979a0de5d2185e96 # Parent 079175ba0db799d9675dbcc60ed7a9a2e37e21e6 (vc-dired-mode): Make the dired-move-to-filename-regexp regexp match the date, to avoid treating date as file size. Add YYYY S option to WESTERN/ diff -r 079175ba0db7 -r 094df631ec12 lisp/vc.el --- a/lisp/vc.el Sat May 22 19:53:39 1999 +0000 +++ b/lisp/vc.el Sun May 23 05:34:53 1999 +0000 @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond ;; Maintainer: Andre Spiegel -;; $Id: vc.el,v 1.244 1999/03/13 05:04:24 kwzh Exp spiegel $ +;; $Id: vc.el,v 1.245 1999/04/08 12:43:48 spiegel Exp rms $ ;; This file is part of GNU Emacs. @@ -1700,9 +1700,9 @@ (dd "[ 0-3][0-9]") (HH:MM "[ 0-2][0-9]:[0-5][0-9]") (western (concat "\\(" month s dd "\\|" dd s month "\\)" - s "\\(" HH:MM "\\|" s yyyy "\\)")) + s "\\(" HH:MM "\\|" s yyyy"\\|" yyyy s "\\)")) (japanese (concat mm k s dd k s "\\(" s HH:MM "\\|" yyyy k "\\)"))) - (concat s "\\(" western "\\|" japanese "\\)" s))) + (concat "\\([0-9]\\|) +\\| \\)" s "\\(" western "\\|" japanese "\\)" s))) (and (boundp 'vc-dired-switches) vc-dired-switches (set (make-local-variable 'dired-actual-switches)