changeset 26057:0816bcaebc8c

(struct buffer): Remove prompt_end_charpos field.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 17 Oct 1999 12:53:48 +0000
parents 9c4556ef15de
children c11f0832a7c5
files src/buffer.h
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.h	Sun Oct 17 12:53:14 1999 +0000
+++ b/src/buffer.h	Sun Oct 17 12:53:48 1999 +0000
@@ -1,5 +1,5 @@
 /* Header file for the buffer manipulation primitives.
-   Copyright (C) 1985, 86, 93, 94, 95, 97, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1985, 86, 93, 94, 95, 97, 1998, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -546,10 +546,6 @@
     /* The name of this buffer.  */
     Lisp_Object name;
 
-    /* Character position at the end of a mini-buffer prompt, or or
-       nil if this buffer is not a mini-buffer.  */
-    Lisp_Object prompt_end_charpos;
-
     /* The name of the file visited in this buffer, or nil.  */
     Lisp_Object filename;
     /* Dir for expanding relative file names.  */