aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorGerd Moellmann1999-09-12 20:21:49 +0000
committerGerd Moellmann1999-09-12 20:21:49 +0000
commit8ac211e8a5f69e2cc184dc6b4d09e536d24ce6f1 (patch)
tree0071fbafd85c4352324c4729046185272a7c20d2 /src/buffer.h
parentc8bd80201651d9218a17f1309fda91ffbb050bba (diff)
downloademacs-8ac211e8a5f69e2cc184dc6b4d09e536d24ce6f1.tar.gz
emacs-8ac211e8a5f69e2cc184dc6b4d09e536d24ce6f1.zip
(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
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;