emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/dired.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/dired.el
Date: Fri, 22 Jul 2005 05:54:46 -0400

Index: emacs/lisp/dired.el
diff -c emacs/lisp/dired.el:1.320 emacs/lisp/dired.el:1.321
*** emacs/lisp/dired.el:1.320   Wed Jul 20 14:08:39 2005
--- emacs/lisp/dired.el Fri Jul 22 09:54:45 2005
***************
*** 1865,1875 ****
         ;; The "[0-9]" below requires the previous column to end in a digit.
         ;; This avoids recognizing `1 may 1997' as a date in the line:
         ;; -r--r--r--   1 may      1997        1168 Oct 19 16:49 README
!        ;; The "[kKMGTPEZY]?" below supports "ls -alh" output.
         ;; The ".*" below finds the last match if there are multiple matches.
         ;; This avoids recognizing `jservice  10  1024' as a date in the line:
         ;; drwxr-xr-x  3 jservice  10  1024 Jul  2  1997 esg-host
!     (concat ".*[0-9][kKMGTPEZY]?" s
            "\\(" western "\\|" western-comma "\\|" japanese "\\|" iso "\\)"
            s "+"))
    "Regular expression to match up to the file name in a directory listing.
--- 1865,1875 ----
         ;; The "[0-9]" below requires the previous column to end in a digit.
         ;; This avoids recognizing `1 may 1997' as a date in the line:
         ;; -r--r--r--   1 may      1997        1168 Oct 19 16:49 README
!        ;; The "[BkKMGTPEZY]?" below supports "ls -alh" output.
         ;; The ".*" below finds the last match if there are multiple matches.
         ;; This avoids recognizing `jservice  10  1024' as a date in the line:
         ;; drwxr-xr-x  3 jservice  10  1024 Jul  2  1997 esg-host
!     (concat ".*[0-9][BkKMGTPEZY]?" s
            "\\(" western "\\|" western-comma "\\|" japanese "\\|" iso "\\)"
            s "+"))
    "Regular expression to match up to the file name in a directory listing.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]