From: Karl Heuer Date: Tue, 15 Jun 1999 05:48:18 +0000 (+0000) Subject: (vc-dired-mode): Undo previous two changes. X-Git-Tag: emacs-20.4~99 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c2ae5cab28b9cc99cb929f9eeb5cc45d0c0cd79;p=emacs.git (vc-dired-mode): Undo previous two changes. --- diff --git a/lisp/vc.el b/lisp/vc.el index 77fa1c2b168..83d1925e67c 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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 @@ There is a special command, `*l', to mark all files currently locked." (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)