comparison src/filelock.c @ 446:1ccc32a20af4 r21-2-38

Import from CVS: tag r21-2-38
author cvs
date Mon, 13 Aug 2007 11:37:21 +0200
parents 576fb035e263
children 183866b06e0b
comparison
equal deleted inserted replaced
445:34f3776fcf0e 446:1ccc32a20af4
318 318
319 if (inhibit_clash_detection) 319 if (inhibit_clash_detection)
320 return; 320 return;
321 321
322 XSETBUFFER (old_current_buffer, current_buffer); 322 XSETBUFFER (old_current_buffer, current_buffer);
323 subject_buf = Qnil;
323 GCPRO3 (fn, subject_buf, old_current_buffer); 324 GCPRO3 (fn, subject_buf, old_current_buffer);
324 orig_fn = fn; 325 orig_fn = fn;
325 fn = Fexpand_file_name (fn, Qnil); 326 fn = Fexpand_file_name (fn, Qnil);
326 327
327 /* Create the name of the lock-file for file fn */ 328 /* Create the name of the lock-file for file fn */