summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-17 18:43:10 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-17 18:43:10 +0000
commit2ce192883380e7b38c473ae9469d70d07e271627 (patch)
tree62f85f77d1aadd62c523790bef6fce99342a0c5b /lisp
parentd66dba53e62b5f2d7411e8f94476bca2580ecb68 (diff)
downloademacs-2ce192883380e7b38c473ae9469d70d07e271627.tar.gz
(dired-move-to-filename-regexp): Recognize various languages.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/dired.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 528900aabd1..4ba832a7ffe 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -1305,8 +1305,9 @@ Optional arg GLOBAL means to replace all matches."
;;; Functions for finding the file name in a dired buffer line.
(defvar dired-move-to-filename-regexp
- "\\(Jan\\|Feb\\|Mar\\|Apr\\|May\\|Jun\\|Jul\\|Aug\\|Sep\\|Oct\\|Nov\\|Dec\\)[ ]+[0-9]+ [ 0-9][0-9][:0-9][0-9][ 0-9] "
- "Regular expression to match a month abbreviation followed by a number.")
+ " [A-Za-z\xa0-\xff][A-Za-z\xa0-\xff][A-Za-z\xa0-\xff] [0-3 ][0-9]\
+ [ 0-9][0-9][:0-9][0-9][ 0-9] "
+ "Regular expression to match a month abbreviation followed date/time.")
(defconst dired-standard-move-to-filename-regexp
"\\(Jan\\|Feb\\|Mar\\|Apr\\|May\\|Jun\\|Jul\\|Aug\\|Sep\\|Oct\\|Nov\\|Dec\\)[ ]+[0-9]+ [ 0-9][0-9][:0-9][0-9][ 0-9] "