]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsignal): Remove duplicated declaration of the variable
authorPavel Janík <Pavel@Janik.cz>
Sat, 2 Feb 2002 10:08:08 +0000 (10:08 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 2 Feb 2002 10:08:08 +0000 (10:08 +0000)
`display_hourglass_p'.

src/eval.c

index 3776b6de016c2cdc0ef7f1e4887caeb7a2b10a1c..0970086fedccd0b33e34cfce0f07d206a4e09e59 100644 (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;