From 7b9e346c81aa90f097fa16091865e6c131c163f3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 17 Oct 1999 12:53:48 +0000 Subject: (struct buffer): Remove prompt_end_charpos field. --- src/buffer.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/buffer.h') diff --git a/src/buffer.h b/src/buffer.h index 655c68e567..617a2fe144 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -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 @@ struct buffer /* 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. */ -- cgit v1.2.3