summaryrefslogtreecommitdiff
path: root/editors/emacs20/files/patch-lisp::dired.el
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs20/files/patch-lisp::dired.el')
-rw-r--r--editors/emacs20/files/patch-lisp::dired.el2
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: