comparison src/fileio.c @ 54419:4ef1f446e4d9

(Fread_file_name): Set completion-ignore-case for case-insensitive systems.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 18 Mar 2004 02:58:45 +0000
parents 6c059bf40adc
children 0ea7bf2995a9
comparison
equal deleted inserted replaced
54418:37dfb033f901 54419:4ef1f446e4d9
6216 args[6] = predicate; 6216 args[6] = predicate;
6217 RETURN_UNGCPRO (Ffuncall (7, args)); 6217 RETURN_UNGCPRO (Ffuncall (7, args));
6218 } 6218 }
6219 6219
6220 count = SPECPDL_INDEX (); 6220 count = SPECPDL_INDEX ();
6221 #ifdef VMS 6221 #if defined VMS || defined DOS_NT || defined MAC_OSX
6222 specbind (intern ("completion-ignore-case"), Qt); 6222 specbind (intern ("completion-ignore-case"), Qt);
6223 #endif 6223 #endif
6224 6224
6225 specbind (intern ("minibuffer-completing-file-name"), Qt); 6225 specbind (intern ("minibuffer-completing-file-name"), Qt);
6226 specbind (intern ("read-file-name-predicate"), 6226 specbind (intern ("read-file-name-predicate"),