comparison src/fileio.c @ 263:727739f917cb r20-5b30

Import from CVS: tag r20-5b30
author cvs
date Mon, 13 Aug 2007 10:24:41 +0200
parents 11cf20601dec
children 8efd647ea9ca
comparison
equal deleted inserted replaced
262:9d8607af9e13 263:727739f917cb
371 use the standard functions without calling themselves recursively. 371 use the standard functions without calling themselves recursively.
372 */ 372 */
373 (filename, operation)) 373 (filename, operation))
374 { 374 {
375 /* This function does not GC */ 375 /* This function does not GC */
376 /* This function can be called during GC */
376 /* This function must not munge the match data. */ 377 /* This function must not munge the match data. */
377 Lisp_Object chain, inhibited_handlers; 378 Lisp_Object chain, inhibited_handlers;
378 379
379 CHECK_STRING (filename); 380 CHECK_STRING (filename);
380 381