aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 50b88793004..dcbfada26db 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1223,7 +1223,7 @@ See also the function `condition-case'.")
1223 1223
1224 /* This hook is used by edebug. */ 1224 /* This hook is used by edebug. */
1225 if (! NILP (Vsignal_hook_function)) 1225 if (! NILP (Vsignal_hook_function))
1226 Ffuncall (Vsignal_hook_function, error_symbol, data); 1226 call2 (Vsignal_hook_function, error_symbol, data);
1227 1227
1228 conditions = Fget (error_symbol, Qerror_conditions); 1228 conditions = Fget (error_symbol, Qerror_conditions);
1229 1229