Mercurial > emacs
diff src/buffer.h @ 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 | ddc863fd062b |
| children | e55f4cc120b6 |
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. */
