1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Fix byte-compile error of dired.el.

Submitted by:	IWATSUKI Hiroyuki <don@ma.nma.ne.jp>
This commit is contained in:
MANTANI Nobutaka 2002-05-15 10:32:03 +00:00
parent 70193dd0e5
commit be4a402b13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59157

View File

@ -1,10 +1,10 @@
--- lisp/dired.el.orig Sat Sep 22 01:41:58 2001
+++ lisp/dired.el Wed Dec 5 20:06:04 2001
+++ lisp/dired.el Wed May 15 06:31:58 2002
@@ -1532,6 +1532,7 @@
"\\|" yyyy s s "?"
"\\|" s "?" yyyy
"\\)"))
+ (freebsd-ja (concat s mm "\\(" s "\\|/\\)" dd s "\\(" HH:MM "\\|" s yyyy "\\)")
+ (freebsd-ja (concat s mm "\\(" s "\\|/\\)" dd s "\\(" HH:MM "\\|" s yyyy "\\)"))
(japanese
(concat mm k "?" s dd k "?" s "+"
"\\(" HH:MM "\\|" yyyy k "?" "\\)")))