Skip to content

Commit

Permalink
(Fdirectory_files): Call compile_pattern the new way.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Feb 8, 1998
1 parent 7ac0bcb commit 6ff4860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dired.c
Expand Up @@ -170,9 +170,9 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\
because we do make multibyte strings if the contents warrant. */
#ifdef VMS
bufp = compile_pattern (match, 0,
buffer_defaults.downcase_table->contents, 0, 1);
buffer_defaults.downcase_table, 0, 1);
#else
bufp = compile_pattern (match, 0, 0, 0, 1);
bufp = compile_pattern (match, 0, Qnil, 0, 1);
#endif
}

Expand Down

0 comments on commit 6ff4860

Please sign in to comment.