/[emacs]/emacs/lisp/net/ange-ftp.el
ViewVC logotype

Diff of /emacs/lisp/net/ange-ftp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.77 by ttn, Tue Oct 4 00:20:26 2005 UTC revision 1.78 by albinus, Thu Oct 20 20:08:19 2005 UTC
# Line 2686  away in the internal cache." Line 2686  away in the internal cache."
2686           ;; Require the previous column to end in a digit.           ;; Require the previous column to end in a digit.
2687           ;; This avoids recognizing `1 may 1997' as a date in the line:           ;; This avoids recognizing `1 may 1997' as a date in the line:
2688           ;; -r--r--r--   1 may      1997        1168 Oct 19 16:49 README           ;; -r--r--r--   1 may      1997        1168 Oct 19 16:49 README
2689      (concat "[0-9]" s "\\(" western "\\|" japanese "\\)" s))           ;; albinus:
2690             ;; Require also the following column to start in a digit.
2691             ;; This avoids recognizing `kfs 10' as a date in the line:
2692             ;; -rw-------   1 kfs                    10 May 27  2003 .autorun.lck
2693    ;;  (concat "[0-9]" s "\\(" western "\\|" japanese "\\)" s))
2694        (concat "[0-9]" s "\\(" western "\\|" japanese "\\)" s "+[0-9]"))
2695    "Regular expression to match up to the column before the file name in a    "Regular expression to match up to the column before the file name in a
2696  directory listing.  This regular expression is designed to recognize dates  directory listing.  This regular expression is designed to recognize dates
2697  regardless of the language.")  regardless of the language.")

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26