]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete commented out code from `signal_or_quit`
authorStefan Kangas <stefankangas@gmail.com>
Tue, 16 Jul 2024 00:00:52 +0000 (02:00 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jul 2024 21:48:27 +0000 (23:48 +0200)
* src/eval.c (signal_or_quit): Delete code commented out since 2001.

(cherry picked from commit 72c8e0df87b0776451f9065f3432a8ebecee974d)

src/eval.c

index 1e0628b4aa3ac897a531a95d3030ba77fac253fa..2161ab1e1eaf59882b87890dab8785ebd53829b3 100644 (file)
@@ -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)