aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/callint.c b/src/callint.c
index fd44494cfee..c6e003ed408 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -779,8 +779,7 @@ invoke it. If KEYS is omitted or nil, the return value of
779 specbind (Qcommand_debug_status, Qnil); 779 specbind (Qcommand_debug_status, Qnil);
780 780
781 Lisp_Object val = Ffuncall (nargs, args); 781 Lisp_Object val = Ffuncall (nargs, args);
782 SAFE_FREE (); 782 return SAFE_FREE_UNBIND_TO (speccount, val);
783 return unbind_to (speccount, val);
784} 783}
785 784
786DEFUN ("prefix-numeric-value", Fprefix_numeric_value, Sprefix_numeric_value, 785DEFUN ("prefix-numeric-value", Fprefix_numeric_value, Sprefix_numeric_value,