Mercurial > emacs
diff src/dired.c @ 1596:0e105bd23f44
* systty.h, process.c, buffer.h, callproc.c, sysdep.c, dired.c:
Added VMS changes from Roland Roberts.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Mon, 16 Nov 1992 00:54:53 +0000 |
| parents | 9675ae1d95c2 |
| children | a03b87a92614 |
line wrap: on
line diff
--- a/src/dired.c Mon Nov 16 00:54:08 1992 +0000 +++ b/src/dired.c Mon Nov 16 00:54:53 1992 +0000 @@ -117,7 +117,7 @@ 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);
