From: Richard M. Stallman Date: Sun, 4 Jul 1993 04:51:13 +0000 (+0000) Subject: (Fsignal): Clarify error message. X-Git-Tag: emacs-19.34~11878 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3e6f8be7bd8588b69daf392c5bf173fa8d0708f;p=emacs.git (Fsignal): Clarify error message. --- 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