summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-10-17 12:53:48 +0000
committerGerd Moellmann <gerd@gnu.org>1999-10-17 12:53:48 +0000
commitf7e586262c24522745c165057477373d897b901e (patch)
treef227bc9c6793e782b2150fb7648f2198cf2886fb /src/buffer.h
parente2bb9e4e9d4a53fc7c32006786af46fca820826f (diff)
downloademacs-f7e586262c24522745c165057477373d897b901e.tar.gz
(struct buffer): Remove prompt_end_charpos field.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 655c68e5671..617a2fe1445 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. */