Mercurial > hg > xemacs-beta
comparison src/undo.c @ 2297:13a418960a88
[xemacs-hg @ 2004-09-22 02:05:42 by stephent]
various doc patches <87isa7awrh.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 22 Sep 2004 02:06:52 +0000 |
parents | 2b6fa2618f76 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
2296:a58ea4d0d0cd | 2297:13a418960a88 |
---|---|
421 if (mod_time != current_buffer->modtime) | 421 if (mod_time != current_buffer->modtime) |
422 break; | 422 break; |
423 #ifdef CLASH_DETECTION | 423 #ifdef CLASH_DETECTION |
424 Funlock_buffer (); | 424 Funlock_buffer (); |
425 #endif /* CLASH_DETECTION */ | 425 #endif /* CLASH_DETECTION */ |
426 /* may GC under ENERGIZE: */ | 426 /* #### need to check if this can GC */ |
427 Fset_buffer_modified_p (Qnil, Qnil); | 427 Fset_buffer_modified_p (Qnil, Qnil); |
428 } | 428 } |
429 else if (EXTENTP (car)) | 429 else if (EXTENTP (car)) |
430 { | 430 { |
431 /* Element (extent start end) means that EXTENT was | 431 /* Element (extent start end) means that EXTENT was |