summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-09-12 20:21:49 +0000
committerGerd Moellmann <gerd@gnu.org>1999-09-12 20:21:49 +0000
commit8ac211e8a5f69e2cc184dc6b4d09e536d24ce6f1 (patch)
tree0071fbafd85c4352324c4729046185272a7c20d2 /src/buffer.h
parentc8bd80201651d9218a17f1309fda91ffbb050bba (diff)
downloademacs-8ac211e8a5f69e2cc184dc6b4d09e536d24ce6f1.tar.gz
(prompt_end_charpos): Replaces
minibuffer_prompt_length.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 377bc0aff8e..89e3d24d2b6 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -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;