(Finsert_file_contents): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 13 May 2005 23:09:41 +0000 (23:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 13 May 2005 23:09:41 +0000 (23:09 +0000)
src/ChangeLog
src/fileio.c

index b89d61d..70e78fd 100644 (file)
@@ -51,7 +51,6 @@
        (unexec_malloc, unexec_realloc, unexec_free): Store and use
        allocated size information in unexec_malloc_header.
 
->>>>>>> 1.4385
 2005-05-10  Richard M. Stallman  <rms@gnu.org>
 
        * xterm.c (noinclude): Add #undef.
index 6edcf45..0956fb9 100644 (file)
@@ -4516,8 +4516,10 @@ actually used.  */)
 
   if (inserted == 0)
     {
+#ifdef CLASH_DETECTION
       if (we_locked_file)
        unlock_file (current_buffer->file_truename);
+#endif
       Vdeactivate_mark = old_Vdeactivate_mark;
     }