# HG changeset patch # User Richard M. Stallman # Date 850847493 0 # Node ID 3b61536978848ea61d1c7ae43d90b2a017a882c8 # Parent 7b139b59bda4e9275879ef273558c6987fe81311 (ange-ftp-date-regexp): Recognize various languages. diff -r 7b139b59bda4 -r 3b6153697884 lisp/ange-ftp.el --- a/lisp/ange-ftp.el Tue Dec 17 07:25:35 1996 +0000 +++ b/lisp/ange-ftp.el Tue Dec 17 18:31:33 1996 +0000 @@ -2389,9 +2389,10 @@ ;;;; ------------------------------------------------------------ (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.