aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-04-21 05:22:19 +0000
committerRichard M. Stallman1998-04-21 05:22:19 +0000
commit001632ab9edb29c1677c34a8dffef5915728d4eb (patch)
tree3a1229da68293fdc4f752c32f986403bf61be70f
parentd016f81992ab4dfc5c7a50e1dafa9a031341097f (diff)
downloademacs-001632ab9edb29c1677c34a8dffef5915728d4eb.tar.gz
emacs-001632ab9edb29c1677c34a8dffef5915728d4eb.zip
(dired-move-to-filename-regexp): There might be a space
after the year instead of before it.
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 583815dd44d..a28865c05fe 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -1364,7 +1364,7 @@ DIR must be a directory name, not a file name."
1364 (dd "[ 0-3][0-9]") 1364 (dd "[ 0-3][0-9]")
1365 (HH:MM "[ 0-2][0-9]:[0-5][0-9]") 1365 (HH:MM "[ 0-2][0-9]:[0-5][0-9]")
1366 (western (concat "\\(" month s dd "\\|" dd s month "\\)" 1366 (western (concat "\\(" month s dd "\\|" dd s month "\\)"
1367 s "\\(" HH:MM "\\|" s yyyy "\\)")) 1367 s "\\(" HH:MM "\\|" s yyyy "\\|" yyyy s "\\)"))
1368 (japanese (concat mm k s dd k s "\\(" s HH:MM "\\|" yyyy k "\\)"))) 1368 (japanese (concat mm k s dd k s "\\(" s HH:MM "\\|" yyyy k "\\)")))
1369 ;; Require the previous column to end in a digit. 1369 ;; Require the previous column to end in a digit.
1370 ;; This avoids recognizing `1 may 1997' as a date in the line: 1370 ;; This avoids recognizing `1 may 1997' as a date in the line: