]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-move-to-filename-regexp): Recognize various languages.
authorRichard M. Stallman <rms@gnu.org>
Tue, 17 Dec 1996 18:43:10 +0000 (18:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 17 Dec 1996 18:43:10 +0000 (18:43 +0000)
lisp/dired.el

index 528900aabd169723afa082e075f2878d284ebf37..4ba832a7ffe5c942e6d2f33ba32fd3357137f6b2 100644 (file)
@@ -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] "