]> code.delx.au - gnu-emacs/commitdiff
(Fget_buffer_create): Call buffer_memory_full.
authorRichard M. Stallman <rms@gnu.org>
Sun, 5 Feb 1995 08:58:27 +0000 (08:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 5 Feb 1995 08:58:27 +0000 (08:58 +0000)
src/buffer.c

index 1992937cbfc79190a74c42b425d1fb8db55dd1aa..334d71931a0d5f01cd05a4db43ded5c9bdf38d8d 100644 (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;