Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f01a9c5b
Commit
f01a9c5b
authored
May 29, 1997
by
Richard M. Stallman
Browse files
(Fsignal): Use call2 to call Vsignal_hook_function.
parent
e76b547b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/eval.c
src/eval.c
+1
-1
No files found.
src/eval.c
View file @
f01a9c5b
...
...
@@ -1223,7 +1223,7 @@ See also the function `condition-case'.")
/* This hook is used by edebug. */
if
(
!
NILP
(
Vsignal_hook_function
))
Ffun
call
(
Vsignal_hook_function
,
error_symbol
,
data
);
call
2
(
Vsignal_hook_function
,
error_symbol
,
data
);
conditions
=
Fget
(
error_symbol
,
Qerror_conditions
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment