changeset 10750:7bf07f10bed3

(struct buffer): New field file_truename.
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Feb 1995 16:32:01 +0000
parents 2834ab2db11a
children dea8f022819d
files src/buffer.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.  */