diff options
Diffstat (limited to 'src/minibuf.c')
-rw-r--r-- | src/minibuf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index c5f52f81de4..b5e7e4cd76e 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1123,7 +1123,6 @@ If `read-buffer-function' is non-nil, this works by calling it as a function, instead of the usual behavior. */) (Lisp_Object prompt, Lisp_Object def, Lisp_Object require_match) { - USE_LOCAL_ALLOCA; Lisp_Object result; char *s; ptrdiff_t len; |