Fix dired selection of file/directory when environment variable LANG

is ja_JP.eucJP

PR:		ports/112384
Submitted by:	Yutaka NAGAI <nagai at ee.uec.ac.jp>
This commit is contained in:
Andrey Slusar 2007-05-31 18:17:19 +00:00
parent 9eb8e15727
commit ed7dcaa6ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192485
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= emacs
PORTVERSION= ${EMACS_VER}
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES+= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= emacs

View file

@ -4,7 +4,7 @@
;; weiand: changed: year potentially unaligned
;;old s "\\(" HH:MM "\\|" s yyyy "\\|" yyyy s "\\)"))
s "\\(" HH:MM "\\|" s "?" yyyy "\\|" yyyy s "\\)"))
+ (freebsd-ja (concat s mm "/" 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 "\\(" s HH:MM "\\|" yyyy k "\\)")))
;; The "[0-9]" below requires the previous column to end in a digit.
;; This avoids recognizing `1 may 1997' as a date in the line: