* dired.el (dired-move-to-filename-regexp):
authorPaul Eggert <eggert@twinsun.com>
Wed, 7 Nov 2001 21:59:39 +0000 (21:59 +0000)
committerPaul Eggert <eggert@twinsun.com>
Wed, 7 Nov 2001 21:59:39 +0000 (21:59 +0000)
commit7263bb10866826cf1f08e8d28584521565c76247
tree3bec60c5121187158c69d087b036f670f55718c7
parentb4bbe8889b20b7371686e32f002f61e1b202c671
* dired.el (dired-move-to-filename-regexp):
Do not distinguish between ASCII letters and non-ASCII characters.
Don't allow comma except in the form "month day, year".
Don't allow space between month name and comma.
Clean up the code that checks for trailing period, comma, and space.
Remove now-obsolete comments, and add more commentary about
Japanese dates.
Always gobble up trailing spaces, instead of doing it only sometimes.
lisp/ChangeLog