From a7248e4f4c6f7eddf00cd1f5b508143bce9cd14b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 27 Oct 2001 09:25:12 +0000 Subject: [PATCH] Fix typo in a comment. --- src/ChangeLog | 2 ++ src/xterm.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index c3168c51b60..973d20df4d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2001-10-27 Pavel Jan,Bm(Bk + * xterm.c: Fix typo in a comment. + * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in emacs.c. diff --git a/src/xterm.c b/src/xterm.c index 5e48bbdf9dc..94542bf53e9 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -11879,7 +11879,7 @@ x_connection_signal (signalnum) /* If we don't have an argument, */ static char *error_msg; -/* Function installed as fatal_error_signal_hook.in +/* Function installed as fatal_error_signal_hook in x_connection_closed. Print the X error message, and exit normally, instead of dumping core when XtCloseDisplay fails. */ -- 2.39.5