From: Richard M. Stallman Date: Tue, 14 Feb 1995 16:32:01 +0000 (+0000) Subject: (struct buffer): New field file_truename. X-Git-Tag: emacs-19.34~5108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8eb34fb9f541e8e8faabdd4206fd47f10b633eb1;p=emacs.git (struct buffer): New field file_truename. --- 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. */