]> code.delx.au - gnu-emacs/commitdiff
(Fread_file_name): Set completion-ignore-case for case-insensitive systems.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 18 Mar 2004 02:58:45 +0000 (02:58 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 18 Mar 2004 02:58:45 +0000 (02:58 +0000)
src/fileio.c

index 737715919945696cb8a1a1e5ccb6f9bf5c35c4ac..3f17da7033d00def7301b7927c35459375de9b61 100644 (file)
@@ -6218,7 +6218,7 @@ provides a file dialog box.  */)
     }
 
   count = SPECPDL_INDEX ();
-#ifdef VMS
+#if defined VMS || defined DOS_NT || defined MAC_OSX
   specbind (intern ("completion-ignore-case"), Qt);
 #endif