Mercurial > hg > xemacs-beta
diff src/eval.c @ 2725:578c6447aa28
[xemacs-hg @ 2005-04-11 05:11:22 by stephent]
typo in issue_call_trapping_problems_warning
<87mzs552ka.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 11 Apr 2005 05:11:24 +0000 |
parents | 166ed8151e62 |
children | facf3239ba30 |
line wrap: on
line diff
--- a/src/eval.c Sun Apr 10 21:51:33 2005 +0000 +++ b/src/eval.c Mon Apr 11 05:11:24 2005 +0000 @@ -4911,7 +4911,7 @@ emacs_sprintf_string_lisp ("%s: Attempt to throw outside of function:" "To catch `%s' with value `%s'\n\nBacktrace follows:\n\n%s", - Qnil, 3, + Qnil, 4, build_msg_string (warning_string ? warning_string : "error"), p->thrown_tag, p->thrown_value, p->backtrace); warn_when_safe_lispobj (Qerror, current_warning_level (), errstr);