diff options
Diffstat (limited to 'src/dired.c')
| -rw-r--r-- | src/dired.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dired.c b/src/dired.c index 48d3da1eada..7c047f97e6f 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -470,9 +470,6 @@ file_name_completion (Lisp_Object file, Lisp_Object dirname, int all_flag, int v | |||
| 470 | 470 | ||
| 471 | CHECK_STRING (file); | 471 | CHECK_STRING (file); |
| 472 | 472 | ||
| 473 | #ifdef FILE_SYSTEM_CASE | ||
| 474 | file = FILE_SYSTEM_CASE (file); | ||
| 475 | #endif | ||
| 476 | bestmatch = Qnil; | 473 | bestmatch = Qnil; |
| 477 | encoded_file = encoded_dir = Qnil; | 474 | encoded_file = encoded_dir = Qnil; |
| 478 | GCPRO5 (file, dirname, bestmatch, encoded_file, encoded_dir); | 475 | GCPRO5 (file, dirname, bestmatch, encoded_file, encoded_dir); |