summaryrefslogtreecommitdiff
path: root/src/dired.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-11-16 00:54:53 +0000
committerJim Blandy <jimb@redhat.com>1992-11-16 00:54:53 +0000
commita7ac4eb5eb216f6cfd7d67ecf635eebacc9a74c6 (patch)
treeeaeb903622d36450b14c371427601c3f2dd39f4e /src/dired.c
parentc7b0ab4312e2ac7d3468d4fb385305787064dff0 (diff)
downloademacs-a7ac4eb5eb216f6cfd7d67ecf635eebacc9a74c6.tar.gz
* systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c:
Added VMS changes from Roland Roberts.
Diffstat (limited to 'src/dired.c')
-rw-r--r--src/dired.c2
1 files changed, 1 insertions, 1 deletions
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);