aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dired.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dired.c b/src/dired.c
index 7176596032e..8cd4f5d86ee 100644
--- a/src/dired.c
+++ b/src/dired.c
@@ -170,9 +170,9 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\
170 because we do make multibyte strings if the contents warrant. */ 170 because we do make multibyte strings if the contents warrant. */
171#ifdef VMS 171#ifdef VMS
172 bufp = compile_pattern (match, 0, 172 bufp = compile_pattern (match, 0,
173 buffer_defaults.downcase_table->contents, 0, 1); 173 buffer_defaults.downcase_table, 0, 1);
174#else 174#else
175 bufp = compile_pattern (match, 0, 0, 0, 1); 175 bufp = compile_pattern (match, 0, Qnil, 0, 1);
176#endif 176#endif
177 } 177 }
178 178