(Fsignal): Use call2 to call Vsignal_hook_function.
authorRichard M. Stallman <rms@gnu.org>
Thu, 29 May 1997 06:33:12 +0000 (06:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 29 May 1997 06:33:12 +0000 (06:33 +0000)
src/eval.c

index 50b8879..dcbfada 100644 (file)
@@ -1223,7 +1223,7 @@ See also the function `condition-case'.")
 
   /* This hook is used by edebug.  */
   if (! NILP (Vsignal_hook_function))
-    Ffuncall (Vsignal_hook_function, error_symbol, data);
+    call2 (Vsignal_hook_function, error_symbol, data);
 
   conditions = Fget (error_symbol, Qerror_conditions);