aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/xterm.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 15da02b3e3d..00bd97ae29e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-10-31 Glenn Morris <rgm@gnu.org> 12010-10-31 Glenn Morris <rgm@gnu.org>
2 2
3 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.
4
3 * frame.c (syms_of_frame) <tool-bar-mode>: 5 * frame.c (syms_of_frame) <tool-bar-mode>:
4 Default to nil if !HAVE_WINDOW_SYSTEM. (Bug#7299) 6 Default to nil if !HAVE_WINDOW_SYSTEM. (Bug#7299)
5 7
diff --git a/src/xterm.c b/src/xterm.c
index c7f7d036f9f..07388970640 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -7689,7 +7689,6 @@ x_connection_closed (Display *dpy, const char *error_message)
7689 Closing the display is reported to lead to a bus error on 7689 Closing the display is reported to lead to a bus error on
7690 OpenWindows in certain situations. I suspect that is a bug 7690 OpenWindows in certain situations. I suspect that is a bug
7691 in OpenWindows. I don't know how to circumvent it here. */ 7691 in OpenWindows. I don't know how to circumvent it here. */
7692 extern void (*fatal_error_signal_hook) P_ ((void));
7693 fatal_error_signal_hook = x_fatal_error_signal; 7692 fatal_error_signal_hook = x_fatal_error_signal;
7694 XtCloseDisplay (dpy); 7693 XtCloseDisplay (dpy);
7695 fatal_error_signal_hook = NULL; 7694 fatal_error_signal_hook = NULL;