Mercurial > emacs
diff src/buffer.c @ 11659:f9b6e65774e7
(Fset_buffer_modified_p): Use the truename for locking.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 02 May 1995 18:16:30 +0000 |
| parents | 24ede15e0aaa |
| children | efef31f1c42d |
line wrap: on
line diff
--- a/src/buffer.c Tue May 02 18:15:54 1995 +0000 +++ b/src/buffer.c Tue May 02 18:16:30 1995 +0000 @@ -674,7 +674,7 @@ /* If buffer becoming modified, lock the file. If buffer becoming unmodified, unlock the file. */ - fn = current_buffer->filename; + fn = current_buffer->file_truename; if (!NILP (fn)) { already = SAVE_MODIFF < MODIFF;
