diff options
| -rw-r--r-- | lisp/dired.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index 6be3bff0984..07bfcb8368c 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -1515,7 +1515,8 @@ DIR must be a directory name, not a file name." | |||
| 1515 | "\\|" yyyy s s "?" | 1515 | "\\|" yyyy s s "?" |
| 1516 | "\\|" s "?" yyyy | 1516 | "\\|" s "?" yyyy |
| 1517 | "\\)")) | 1517 | "\\)")) |
| 1518 | (japanese (concat mm k s dd k s "\\(" s HH:MM "\\|" yyyy k "\\)"))) | 1518 | (japanese |
| 1519 | (concat mm k s dd k "?" s "\\(" s HH:MM "\\|" yyyy k "?" "\\)"))) | ||
| 1519 | ;; The "[0-9]" below requires the previous column to end in a digit. | 1520 | ;; The "[0-9]" below requires the previous column to end in a digit. |
| 1520 | ;; This avoids recognizing `1 may 1997' as a date in the line: | 1521 | ;; This avoids recognizing `1 may 1997' as a date in the line: |
| 1521 | ;; -r--r--r-- 1 may 1997 1168 Oct 19 16:49 README | 1522 | ;; -r--r--r-- 1 may 1997 1168 Oct 19 16:49 README |