# HG changeset patch # User Richard M. Stallman # Date 756807128 0 # Node ID 6389ed5b45ace3b60dcbc70b98f449205e386b91 # Parent 6b91471d9f0fb834f1d028e962bc48e6d91e7636 (Fmemory_limit): No longer interactive. diff -r 6b91471d9f0f -r 6389ed5b45ac src/alloc.c --- a/src/alloc.c Sat Dec 25 02:31:25 1993 +0000 +++ b/src/alloc.c Sat Dec 25 08:12:08 1993 +0000 @@ -2124,7 +2124,7 @@ /* Debugging aids. */ -DEFUN ("memory-limit", Fmemory_limit, Smemory_limit, 0, 0, "", +DEFUN ("memory-limit", Fmemory_limit, Smemory_limit, 0, 0, 0, "Return the address of the last byte Emacs has allocated, divided by 1024.\n\ This may be helpful in debugging Emacs's memory usage.\n\ We divide the value by 1024 to make sure it fits in a Lisp integer.")