changeset 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 c9f608f889b4
children adb8a0943fc1
files src/dired.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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
     }