Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
adec392e
Commit
adec392e
authored
May 05, 2003
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(safe_run_hooks_error): Display the error instead of silently ignoring it.
parent
375d5635
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/keyboard.c
src/keyboard.c
+5
-0
No files found.
src/keyboard.c
View file @
adec392e
...
...
@@ -1988,6 +1988,11 @@ static Lisp_Object
safe_run_hooks_error (data)
Lisp_Object data;
{
Lisp_Object args[3];
args[0] = build_string ("Error in %s: %s");
args[1] = Vinhibit_quit;
args[2] = data;
Fmessage (3, args);
return Fset (Vinhibit_quit, Qnil);
}
...
...
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