# HG changeset patch # User Richard M. Stallman # Date 792779521 0 # Node ID 7bf07f10bed379f9f4d731c2b6018f45edc2a680 # Parent 2834ab2db11a5e22a3e5ec55243395f95681791f (struct buffer): New field file_truename. diff -r 2834ab2db11a -r 7bf07f10bed3 src/buffer.h --- a/src/buffer.h Tue Feb 14 15:00:40 1995 +0000 +++ b/src/buffer.h Tue Feb 14 16:32:01 1995 +0000 @@ -386,6 +386,9 @@ /* This holds the point value before the last scroll operation. Explicitly setting point sets this to nil. */ Lisp_Object point_before_scroll; + + /* Truename of the visited file, or nil. */ + Lisp_Object file_truename; }; /* This points to the current buffer. */