From: Stefan Kangas Date: Tue, 16 Jul 2024 00:00:52 +0000 (+0200) Subject: Delete commented out code from `signal_or_quit` X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22fe38870f4c724907f78231ce8dd1ba89a30109;p=emacs.git Delete commented out code from `signal_or_quit` * src/eval.c (signal_or_quit): Delete code commented out since 2001. (cherry picked from commit 72c8e0df87b0776451f9065f3432a8ebecee974d) --- diff --git a/src/eval.c b/src/eval.c index 1e0628b4aa3..2161ab1e1ea 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1857,14 +1857,6 @@ signal_or_quit (Lisp_Object error_symbol, Lisp_Object data, bool continuable) if (gc_in_progress || waiting_for_input) emacs_abort (); -#if 0 /* rms: I don't know why this was here, - but it is surely wrong for an error that is handled. */ -#ifdef HAVE_WINDOW_SYSTEM - if (display_hourglass_p) - cancel_hourglass (); -#endif -#endif - /* This hook is used by edebug. */ if (! NILP (Vsignal_hook_function) && !oom)