Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
501be301
Commit
501be301
authored
Dec 13, 2000
by
Kenichi Handa
Browse files
(dired-move-to-filename-regexp): Fixed for the case
that a Japanese character is not appended after day and year.
parent
3b53d876
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/dired.el
lisp/dired.el
+2
-1
No files found.
lisp/dired.el
View file @
501be301
...
...
@@ -1515,7 +1515,8 @@ DIR must be a directory name, not a file name."
"\\|"
yyyy
s
s
"?"
"\\|"
s
"?"
yyyy
"\\)"
))
(
japanese
(
concat
mm
k
s
dd
k
s
"\\("
s
HH:MM
"\\|"
yyyy
k
"\\)"
)))
(
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:
;; -r--r--r-- 1 may 1997 1168 Oct 19 16:49 README
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment