(Fget_buffer_create): Call buffer_memory_full.

This commit is contained in:
Richard M. Stallman 1995-02-05 08:58:27 +00:00
parent 08b610e4dc
commit 81841847d1

View file

@ -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;