]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdirectory_files): Call compile_pattern the new way.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Feb 1998 21:35:14 +0000 (21:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Feb 1998 21:35:14 +0000 (21:35 +0000)
src/dired.c

index 7176596032e3da1225e5dbab08a4c9a775852ba1..8cd4f5d86ee3dc7bea512931e2ca52dcc0a3e4aa 100644 (file)
@@ -170,9 +170,9 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\
         because we do make multibyte strings if the contents warrant.  */
 #ifdef VMS
       bufp = compile_pattern (match, 0,
-                             buffer_defaults.downcase_table->contents, 0, 1);
+                             buffer_defaults.downcase_table, 0, 1);
 #else
-      bufp = compile_pattern (match, 0, 0, 0, 1);
+      bufp = compile_pattern (match, 0, Qnil, 0, 1);
 #endif
     }