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
80696982
Commit
80696982
authored
Oct 31, 2010
by
Glenn Morris
Browse files
* src/xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.
parent
389b76fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/xterm.c
src/xterm.c
+0
-1
No files found.
src/ChangeLog
View file @
80696982
2010-10-31 Glenn Morris <rgm@gnu.org>
* xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.
* frame.c (syms_of_frame) <tool-bar-mode>:
Default to nil if !HAVE_WINDOW_SYSTEM. (Bug#7299)
...
...
src/xterm.c
View file @
80696982
...
...
@@ -7689,7 +7689,6 @@ x_connection_closed (Display *dpy, const char *error_message)
Closing the display is reported to lead to a bus error on
OpenWindows in certain situations. I suspect that is a bug
in OpenWindows. I don't know how to circumvent it here. */
extern void (*fatal_error_signal_hook) P_ ((void));
fatal_error_signal_hook = x_fatal_error_signal;
XtCloseDisplay (dpy);
fatal_error_signal_hook = NULL;
...
...
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