diff options
| author | Pavel Janík | 2001-10-27 09:25:12 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-27 09:25:12 +0000 |
| commit | a7248e4f4c6f7eddf00cd1f5b508143bce9cd14b (patch) | |
| tree | d6a65fea5905c118c406a7dcc77b98c0ac47a909 | |
| parent | 4e30ce42596d3b10e10e0e684badd92ed866696d (diff) | |
| download | emacs-a7248e4f4c6f7eddf00cd1f5b508143bce9cd14b.tar.gz emacs-a7248e4f4c6f7eddf00cd1f5b508143bce9cd14b.zip | |
Fix typo in a comment.
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/xterm.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c3168c51b60..973d20df4d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-10-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * xterm.c: Fix typo in a comment. | ||
| 4 | |||
| 3 | * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in | 5 | * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in |
| 4 | emacs.c. | 6 | emacs.c. |
| 5 | 7 | ||
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, */ | |||
| 11879 | 11879 | ||
| 11880 | static char *error_msg; | 11880 | static char *error_msg; |
| 11881 | 11881 | ||
| 11882 | /* Function installed as fatal_error_signal_hook.in | 11882 | /* Function installed as fatal_error_signal_hook in |
| 11883 | x_connection_closed. Print the X error message, and exit normally, | 11883 | x_connection_closed. Print the X error message, and exit normally, |
| 11884 | instead of dumping core when XtCloseDisplay fails. */ | 11884 | instead of dumping core when XtCloseDisplay fails. */ |
| 11885 | 11885 | ||