aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 7e4b016b236..5cadb1bc2de 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1162,7 +1162,8 @@ unwind_to_catch (struct handler *catch, Lisp_Object value)
1162 1162
1163DEFUN ("throw", Fthrow, Sthrow, 2, 2, 0, 1163DEFUN ("throw", Fthrow, Sthrow, 2, 2, 0,
1164 doc: /* Throw to the catch for TAG and return VALUE from it. 1164 doc: /* Throw to the catch for TAG and return VALUE from it.
1165Both TAG and VALUE are evalled. */) 1165Both TAG and VALUE are evalled. */
1166 attributes: noreturn)
1166 (register Lisp_Object tag, Lisp_Object value) 1167 (register Lisp_Object tag, Lisp_Object value)
1167{ 1168{
1168 struct handler *c; 1169 struct handler *c;