1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-16 13:11:14 -08:00

(Fsignal): Remove duplicated declaration of the variable

`display_hourglass_p'.
This commit is contained in:
Pavel Janík 2002-02-02 10:08:08 +00:00
parent 4003548799
commit bf1a876009

View file

@ -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;