From 8eb34fb9f541e8e8faabdd4206fd47f10b633eb1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 14 Feb 1995 16:32:01 +0000 Subject: [PATCH] (struct buffer): New field file_truename. --- src/buffer.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/buffer.h b/src/buffer.h index 76cbf0ba4c0..c19e4f30846 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -386,6 +386,9 @@ struct buffer /* 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. */ -- 2.39.5