mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
Add comment to prev change.
This commit is contained in:
parent
ad1fdd84c7
commit
570050dc43
@ -6,7 +6,7 @@
|
||||
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
|
||||
;; Keywords: tools
|
||||
|
||||
;; $Id: vc.el,v 1.344 2002/10/14 15:13:59 spiegel Exp $
|
||||
;; $Id: vc.el,v 1.345 2002/11/03 14:48:37 spiegel Exp $
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
@ -2140,6 +2140,7 @@ There is a special command, `*l', to mark all files currently locked."
|
||||
(japanese
|
||||
(concat mm l "?" s dd l "?" s "+"
|
||||
"\\(" HH:MM "\\|" yyyy l "?" "\\)")))
|
||||
;; the .* below ensures that we find the last match on a line
|
||||
(concat ".*" s
|
||||
"\\(" western "\\|" western-comma "\\|" japanese "\\|" iso "\\)"
|
||||
s "+")))
|
||||
|
Loading…
Reference in New Issue
Block a user