(prompt_end_charpos): Replaces
authorGerd Moellmann <gerd@gnu.org>
Sun, 12 Sep 1999 20:21:49 +0000 (20:21 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 12 Sep 1999 20:21:49 +0000 (20:21 +0000)
minibuffer_prompt_length.

src/buffer.h

index 377bc0a..89e3d24 100644 (file)
@@ -546,9 +546,9 @@ struct buffer
     /* 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;