# HG changeset patch # User Karl Heuer # Date 929425698 0 # Node ID c3ad4583628b08900ff8c8ace10bde595d2a9a6e # Parent 0e79d47f61d62ea7097de640f383af52f9ee37fb (vc-dired-mode): Undo previous two changes. diff -r 0e79d47f61d6 -r c3ad4583628b lisp/vc.el --- a/lisp/vc.el Tue Jun 15 05:35:56 1999 +0000 +++ b/lisp/vc.el Tue Jun 15 05:48:18 1999 +0000 @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond ;; Maintainer: Andre Spiegel -;; $Id: vc.el,v 1.246 1999/05/23 05:34:53 rms Exp spiegel $ +;; $Id: vc.el,v 1.247 1999/06/09 16:52:56 spiegel Exp kwzh $ ;; This file is part of GNU Emacs. @@ -1700,7 +1700,7 @@ (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"\\|" yyyy s "\\)")) + s "\\(" HH:MM "\\|" s yyyy "\\)")) (japanese (concat mm k s dd k s "\\(" s HH:MM "\\|" yyyy k "\\)"))) (concat s "\\(" western "\\|" japanese "\\)" s))) (and (boundp 'vc-dired-switches)