From: Pavel Janík Date: Sat, 2 Feb 2002 10:08:08 +0000 (+0000) Subject: (Fsignal): Remove duplicated declaration of the variable X-Git-Tag: ttn-vms-21-2-B4~16888 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf1a876009df0bf25ec232ccea3db298cea0aa35;p=emacs.git (Fsignal): Remove duplicated declaration of the variable `display_hourglass_p'. --- diff --git a/src/eval.c b/src/eval.c index 3776b6de016..0970086fedc 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1413,7 +1413,6 @@ See also the function `condition-case'. */) Lisp_Object debugger_value; Lisp_Object string; Lisp_Object real_error_symbol; - extern int display_hourglass_p; struct backtrace *bp; immediate_quit = handling_signal = 0;