# HG changeset patch # User Gerd Moellmann # Date 937167709 0 # Node ID 4bf85d1d270bc492dec7796d853d0166175bf327 # Parent ff17759d9d9f0a2eb1115f1953351013b7e440c9 (prompt_end_charpos): Replaces minibuffer_prompt_length. diff -r ff17759d9d9f -r 4bf85d1d270b src/buffer.h --- a/src/buffer.h Sun Sep 12 20:21:48 1999 +0000 +++ b/src/buffer.h Sun Sep 12 20:21:49 1999 +0000 @@ -546,9 +546,9 @@ /* The name of this buffer. */ Lisp_Object name; - /* Length in characters of the prompt in a mini-buffer, or nil if - this buffer is not a mini-buffer. */ - Lisp_Object minibuffer_prompt_length; + /* Character position at the end of a mini-buffer prompt, or or + nil if this buffer is not a mini-buffer. */ + Lisp_Object prompt_end_charpos; /* The name of the file visited in this buffer, or nil. */ Lisp_Object filename;