From: Richard M. Stallman Date: Tue, 17 Dec 1996 18:31:33 +0000 (+0000) Subject: (ange-ftp-date-regexp): Recognize various languages. X-Git-Tag: emacs-20.1~3235 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a908498572c760273ce9773142968f59be81823;p=emacs.git (ange-ftp-date-regexp): Recognize various languages. --- diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 2778e859ccb..137e63abd79 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el @@ -2389,9 +2389,10 @@ away in the internal cache." ;;;; ------------------------------------------------------------ (defconst ange-ftp-date-regexp - (concat - " \\(Jan\\|Feb\\|Mar\\|Apr\\|May\\|Jun\\|Jul\\|Aug\\|Sep\\|Oct" - "\\|Nov\\|Dec\\) +[0-3]?[0-9] ")) + " [A-Za-z\xa0-\xff][A-Za-z\xa0-\xff][A-Za-z\xa0-\xff] [0-3 ][0-9] " + "Regular expression to recognize the date in a directory listing. +This regular expression is designed to recognize month names +regardless of the language.") (defvar ange-ftp-add-file-entry-alist nil "Alist saying how to add file entries on certain OS types.