diff src/alloc.c @ 5353:6389ed5b45ac

(Fmemory_limit): No longer interactive.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Dec 1993 08:12:08 +0000
parents 0f94e1e7d273
children a7bd57a60cb8
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.")