diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
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'.") | |||
| 1145 | if (EQ (sig, Qquit)) | 1145 | if (EQ (sig, Qquit)) |
| 1146 | return Qnil; | 1146 | return Qnil; |
| 1147 | else | 1147 | else |
| 1148 | error ("Returning a value from an error is no longer supported"); | 1148 | error ("Cannot return from the debugger in an error"); |
| 1149 | } | 1149 | } |
| 1150 | #endif | 1150 | #endif |
| 1151 | 1151 | ||