diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2007-05-31 18:17:19 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2007-05-31 18:17:19 +0000 |
commit | ed7dcaa6cadfe8321965a0d44f80667ecc7c4ede (patch) | |
tree | 4efccdfbf3f9168b865c2f8bd5505a0be33f331c /editors/emacs20/files/patch-lisp::dired.el | |
parent | Update to the 20070530 snapshot of GCC 4.2.1. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=192485
Diffstat (limited to 'editors/emacs20/files/patch-lisp::dired.el')
-rw-r--r-- | editors/emacs20/files/patch-lisp::dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs20/files/patch-lisp::dired.el b/editors/emacs20/files/patch-lisp::dired.el index 79cda88d0d19..fd23d06496bb 100644 --- a/editors/emacs20/files/patch-lisp::dired.el +++ b/editors/emacs20/files/patch-lisp::dired.el @@ -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: |