diff src/buffer.h @ 25351:c7247eabc834

Remove conditional compilation on NO_PROMPT_IN_BUFFER.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 21 Aug 1999 19:29:47 +0000
parents c5eb87f3571e
children 7b65011c5136
line wrap: on
line diff
--- a/src/buffer.h	Sat Aug 21 19:29:38 1999 +0000
+++ b/src/buffer.h	Sat Aug 21 19:29:47 1999 +0000
@@ -488,11 +488,9 @@
     /* The name of this buffer.  */
     Lisp_Object name;
 
-#if !NO_PROMPT_IN_BUFFER
-    /* Amount at the start of the buffer used by a minibuffer prompt,
-       or nil if this buffer is not a mini-buffer.  */
+    /* 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;
-#endif
 
     /* The name of the file visited in this buffer, or nil.  */
     Lisp_Object filename;