diff options
author | Jim Blandy <jimb@redhat.com> | 1992-11-16 00:54:53 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-11-16 00:54:53 +0000 |
commit | 986ffb244621a88dedd3885bd891611b79c57995 (patch) | |
tree | 05e30c3edf557d5e80f7a9d6af5f2a79b66ade9d /src/dired.c | |
parent | ad3bb3d26038b562fb539a4c9217cdc26c0b42f8 (diff) | |
download | emacs-986ffb244621a88dedd3885bd891611b79c57995.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.c | 2 |
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); |