diff options
| author | Gerd Moellmann | 1999-10-17 12:53:48 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-17 12:53:48 +0000 |
| commit | 7b9e346c81aa90f097fa16091865e6c131c163f3 (patch) | |
| tree | 0076165015692b5d123796afbe070904bf246d52 /src/buffer.h | |
| parent | c0d9a0c30ce4d596e102bd4b7b971540a51b846b (diff) | |
| download | emacs-7b9e346c81aa90f097fa16091865e6c131c163f3.tar.gz emacs-7b9e346c81aa90f097fa16091865e6c131c163f3.zip | |
(struct buffer): Remove prompt_end_charpos field.
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 6 |
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 @@ | |||
| 1 | /* Header file for the buffer manipulation primitives. | 1 | /* Header file for the buffer manipulation primitives. |
| 2 | Copyright (C) 1985, 86, 93, 94, 95, 97, 1998 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 86, 93, 94, 95, 97, 1998, 1999 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -546,10 +546,6 @@ struct buffer | |||
| 546 | /* The name of this buffer. */ | 546 | /* The name of this buffer. */ |
| 547 | Lisp_Object name; | 547 | Lisp_Object name; |
| 548 | 548 | ||
| 549 | /* Character position at the end of a mini-buffer prompt, or or | ||
| 550 | nil if this buffer is not a mini-buffer. */ | ||
| 551 | Lisp_Object prompt_end_charpos; | ||
| 552 | |||
| 553 | /* The name of the file visited in this buffer, or nil. */ | 549 | /* The name of the file visited in this buffer, or nil. */ |
| 554 | Lisp_Object filename; | 550 | Lisp_Object filename; |
| 555 | /* Dir for expanding relative file names. */ | 551 | /* Dir for expanding relative file names. */ |