(Fget_buffer_create): Call buffer_memory_full.
This commit is contained in:
parent
08b610e4dc
commit
81841847d1
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ The value is never nil.")
|
|||
BUFFER_ALLOC (BUF_BEG_ADDR (b), BUF_GAP_SIZE (b));
|
||||
UNBLOCK_INPUT;
|
||||
if (! BUF_BEG_ADDR (b))
|
||||
memory_full ();
|
||||
buffer_memory_full ();
|
||||
|
||||
BUF_PT (b) = 1;
|
||||
BUF_GPT (b) = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue