diff src/dired.c @ 20870:3b8d9a7be50c

(Fdirectory_files): Call compile_pattern the new way.
author Richard M. Stallman <rms@gnu.org>
date Sun, 08 Feb 1998 21:35:14 +0000
parents 8e7e791c49ca
children 13e905e1d33c
line wrap: on
line diff
--- a/src/dired.c	Sun Feb 08 21:33:56 1998 +0000
+++ b/src/dired.c	Sun Feb 08 21:35:14 1998 +0000
@@ -170,9 +170,9 @@
 	 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
     }