diff options
Diffstat (limited to 'src/fns.c')
-rw-r--r-- | src/fns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c index a4836ace68c..836a621cd51 100644 --- a/src/fns.c +++ b/src/fns.c @@ -2706,7 +2706,6 @@ If dialog boxes are supported, a dialog box will be used if `last-nonmenu-event' is nil, and `use-dialog-box' is non-nil. */) (Lisp_Object prompt) { - USE_LOCAL_ALLOCA; Lisp_Object ans; struct gcpro gcpro1; |