aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 4928333cd43..99a1f60a296 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -488,11 +488,9 @@ struct buffer
488 /* The name of this buffer. */ 488 /* The name of this buffer. */
489 Lisp_Object name; 489 Lisp_Object name;
490 490
491#if !NO_PROMPT_IN_BUFFER 491 /* Length in characters of the prompt in a mini-buffer, or nil if
492 /* Amount at the start of the buffer used by a minibuffer prompt, 492 this buffer is not a mini-buffer. */
493 or nil if this buffer is not a mini-buffer. */
494 Lisp_Object minibuffer_prompt_length; 493 Lisp_Object minibuffer_prompt_length;
495#endif
496 494
497 /* The name of the file visited in this buffer, or nil. */ 495 /* The name of the file visited in this buffer, or nil. */
498 Lisp_Object filename; 496 Lisp_Object filename;