mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-15 11:21:19 -07:00
(struct buffer_text): New member inhibit_shrinking.
This commit is contained in:
parent
287c57d78e
commit
e9728cc029
1 changed files with 5 additions and 0 deletions
|
|
@ -448,6 +448,11 @@ struct buffer_text
|
|||
successive elements in its marker `chain'
|
||||
are the other markers referring to this buffer. */
|
||||
struct Lisp_Marker *markers;
|
||||
|
||||
/* Usually 0. Temporarily set to 1 in decode_coding_gap to
|
||||
prevent Fgarbage_collect from shrinking the gap and loosing
|
||||
not-yet-decoded bytes. */
|
||||
int inhibit_shrinking;
|
||||
};
|
||||
|
||||
/* This is the structure that the buffer Lisp object points to. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue