changeset 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 304577bc9b51
children 7c7519c2a45a
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;