diff options
| author | Gerd Moellmann | 1999-09-12 20:21:49 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-12 20:21:49 +0000 |
| commit | 8ac211e8a5f69e2cc184dc6b4d09e536d24ce6f1 (patch) | |
| tree | 0071fbafd85c4352324c4729046185272a7c20d2 /src/buffer.h | |
| parent | c8bd80201651d9218a17f1309fda91ffbb050bba (diff) | |
| download | emacs-8ac211e8a5f69e2cc184dc6b4d09e536d24ce6f1.tar.gz emacs-8ac211e8a5f69e2cc184dc6b4d09e536d24ce6f1.zip | |
(prompt_end_charpos): Replaces
minibuffer_prompt_length.
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 6 |
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; |