aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas2024-07-16 02:00:52 +0200
committerStefan Kangas2024-07-16 04:12:35 +0200
commit72c8e0df87b0776451f9065f3432a8ebecee974d (patch)
tree4b81d431d9dc54cad0a0ebb8931cc31ab9c8f229 /src
parentfcb4d89aaa7bf3ed77aaa4d6d5047a0ec2ed9225 (diff)
downloademacs-72c8e0df87b0776451f9065f3432a8ebecee974d.tar.gz
emacs-72c8e0df87b0776451f9065f3432a8ebecee974d.zip
Delete commented out code from `signal_or_quit`
* src/eval.c (signal_or_quit): Delete code commented out since 2001.
Diffstat (limited to 'src')
-rw-r--r--src/eval.c8
1 files changed, 0 insertions, 8 deletions
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)
1857 if (gc_in_progress || waiting_for_input) 1857 if (gc_in_progress || waiting_for_input)
1858 emacs_abort (); 1858 emacs_abort ();
1859 1859
1860#if 0 /* rms: I don't know why this was here,
1861 but it is surely wrong for an error that is handled. */
1862#ifdef HAVE_WINDOW_SYSTEM
1863 if (display_hourglass_p)
1864 cancel_hourglass ();
1865#endif
1866#endif
1867
1868 /* This hook is used by edebug. */ 1860 /* This hook is used by edebug. */
1869 if (! NILP (Vsignal_hook_function) 1861 if (! NILP (Vsignal_hook_function)
1870 && !oom) 1862 && !oom)