comparison src/buffer.h @ 25654:4bf85d1d270b

(prompt_end_charpos): Replaces minibuffer_prompt_length.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 12 Sep 1999 20:21:49 +0000
parents e98819a94512
children 34d057fe496f
comparison
equal deleted inserted replaced
25653:ff17759d9d9f 25654:4bf85d1d270b
544 /* Everything from here down must be a Lisp_Object */ 544 /* Everything from here down must be a Lisp_Object */
545 545
546 /* The name of this buffer. */ 546 /* The name of this buffer. */
547 Lisp_Object name; 547 Lisp_Object name;
548 548
549 /* Length in characters of the prompt in a mini-buffer, or nil if 549 /* Character position at the end of a mini-buffer prompt, or or
550 this buffer is not a mini-buffer. */ 550 nil if this buffer is not a mini-buffer. */
551 Lisp_Object minibuffer_prompt_length; 551 Lisp_Object prompt_end_charpos;
552 552
553 /* The name of the file visited in this buffer, or nil. */ 553 /* The name of the file visited in this buffer, or nil. */
554 Lisp_Object filename; 554 Lisp_Object filename;
555 /* Dir for expanding relative file names. */ 555 /* Dir for expanding relative file names. */
556 Lisp_Object directory; 556 Lisp_Object directory;