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
812361a1
Commit
812361a1
authored
Feb 17, 1994
by
Richard M. Stallman
Browse files
Comment changes.
parent
49e907d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/xterm.c
src/xterm.c
+3
-0
No files found.
src/xterm.c
View file @
812361a1
...
...
@@ -4255,6 +4255,7 @@ x_catch_errors ()
/* If any X protocol errors have arrived since the last call to
x_catch_errors or x_check_errors, signal an Emacs error using
sprintf (a buffer, FORMAT, the x error message text) as the text. */
void
x_check_errors
(
format
)
char
*
format
;
...
...
@@ -4272,6 +4273,8 @@ x_check_errors (format)
}
}
/* Stop catching X protocol errors and let them make Emacs die. */
void
x_uncatch_errors
()
{
...
...
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