diff options
-rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 1992937cbfc..334d71931a0 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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; |