From d3e6f8be7bd8588b69daf392c5bf173fa8d0708f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 4 Jul 1993 04:51:13 +0000 Subject: [PATCH] (Fsignal): Clarify error message. --- src/eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eval.c b/src/eval.c index 97245f09c82..897e543adf4 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1145,7 +1145,7 @@ See also the function `condition-case'.") if (EQ (sig, Qquit)) return Qnil; else - error ("Returning a value from an error is no longer supported"); + error ("Cannot return from the debugger in an error"); } #endif -- 2.39.5