From a7ac4eb5eb216f6cfd7d67ecf635eebacc9a74c6 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 16 Nov 1992 00:54:53 +0000 Subject: * systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c: Added VMS changes from Roland Roberts. --- src/dired.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dired.c') diff --git a/src/dired.c b/src/dired.c index 451907fbbe4..bfc1bf062b9 100644 --- a/src/dired.c +++ b/src/dired.c @@ -117,7 +117,7 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\ catching and signalling our own errors, we just call compile_pattern to do the work for us. */ #ifdef VMS - compile_pattern (match, &searchbuf, 0 + compile_pattern (match, &searchbuf, 0, buffer_defaults.downcase_table->contents); #else compile_pattern (match, &searchbuf, 0, 0); -- cgit v1.2.1