From: Pavel Janík Date: Sat, 27 Oct 2001 09:25:12 +0000 (+0000) Subject: Fix typo in a comment. X-Git-Tag: ttn-vms-21-2-B4~19110 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7248e4f4c6f7eddf00cd1f5b508143bce9cd14b;p=emacs.git Fix typo in a comment. --- 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. */