diff options
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; |