]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdirectory_files): Pass new arg to `compile_pattern'.
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Nov 1994 20:30:12 +0000 (20:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Nov 1994 20:30:12 +0000 (20:30 +0000)
src/dired.c

index a9a911de145c57768379db21e42cbf67a5ca91d3..d012eaaa1405b36d2e8a7c79e2c971c25f1334ce 100644 (file)
@@ -156,9 +156,9 @@ If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\
         compile_pattern to do the work for us.  */
 #ifdef VMS
       bufp = compile_pattern (match, 0,
-                             buffer_defaults.downcase_table->contents);
+                             buffer_defaults.downcase_table->contents, 0);
 #else
-      bufp = compile_pattern (match, 0, 0);
+      bufp = compile_pattern (match, 0, 0, 0);
 #endif
     }