summaryrefslogtreecommitdiff
path: root/japanese/emacs-emcws/files/patch-lisp_dired.el
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-04-09 18:55:29 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-04-09 18:55:29 +0000
commit21c797eb27f43b9b0871ecae76d77637534903cf (patch)
tree18de2ad52cbfbcc27c0f8961556346ba97c46035 /japanese/emacs-emcws/files/patch-lisp_dired.el
parentPut the distfile to my local-distfiles, since it is not available anymore (diff)
Upgrade to 21.3.
Notes
Notes: svn path=/head/; revision=78678
Diffstat (limited to '')
-rw-r--r--japanese/emacs-emcws/files/patch-lisp_dired.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/emacs-emcws/files/patch-lisp_dired.el b/japanese/emacs-emcws/files/patch-lisp_dired.el
index 90081b072053..e4aa2e1cefe8 100644
--- a/japanese/emacs-emcws/files/patch-lisp_dired.el
+++ b/japanese/emacs-emcws/files/patch-lisp_dired.el
@@ -1,6 +1,6 @@
---- lisp/dired.el.orig Sat Sep 22 01:41:58 2001
-+++ lisp/dired.el Wed Dec 5 20:06:04 2001
-@@ -1532,6 +1532,7 @@
+--- lisp/dired.el.orig Fri Feb 7 20:48:13 2003
++++ lisp/dired.el Thu Mar 27 12:12:15 2003
+@@ -1535,6 +1535,7 @@
"\\|" yyyy s s "?"
"\\|" s "?" yyyy
"\\)"))
@@ -8,10 +8,10 @@
(japanese
(concat mm k "?" s dd k "?" s "+"
"\\(" HH:MM "\\|" yyyy k "?" "\\)")))
-@@ -1543,7 +1544,7 @@
+@@ -1546,7 +1547,7 @@
;; 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][kMGTPEZY]?"
+ (concat ".*[0-9][kKMGTPEZY]?"
- s "\\(" western "\\|" japanese "\\|" iso "\\)" s))
+ s "\\(" western "\\|" freebsd-ja "\\|" japanese "\\|" iso "\\)" s))
"Regular expression to match up to the file name in a directory listing.