changeset 5353:6389ed5b45ac

(Fmemory_limit): No longer interactive.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Dec 1993 08:12:08 +0000
parents 6b91471d9f0f
children 9bf728b3fbe5
files src/alloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.")