Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 10749:2834ab2db11a | 10750:7bf07f10bed3 |
|---|---|
| 384 Lisp_Object zv_marker; | 384 Lisp_Object zv_marker; |
| 385 | 385 |
| 386 /* This holds the point value before the last scroll operation. | 386 /* This holds the point value before the last scroll operation. |
| 387 Explicitly setting point sets this to nil. */ | 387 Explicitly setting point sets this to nil. */ |
| 388 Lisp_Object point_before_scroll; | 388 Lisp_Object point_before_scroll; |
| 389 | |
| 390 /* Truename of the visited file, or nil. */ | |
| 391 Lisp_Object file_truename; | |
| 389 }; | 392 }; |
| 390 | 393 |
| 391 /* This points to the current buffer. */ | 394 /* This points to the current buffer. */ |
| 392 | 395 |
| 393 extern struct buffer *current_buffer; | 396 extern struct buffer *current_buffer; |
