]> git.eshelyaron.com Git - emacs.git/commit
Update comments in X error handling code
authorPo Lu <luangruo@yahoo.com>
Mon, 6 Jun 2022 12:23:20 +0000 (20:23 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 6 Jun 2022 12:23:20 +0000 (20:23 +0800)
commitcf599c9fb8905db314abddb6d94714cfec299478
treedcb1b58e471a6c29398954640eafbc439c6b81b9
parent10641eaf5bad1fc77b99d6e611b3b0e0bfaa6110
Update comments in X error handling code

* src/xterm.c (struct x_error_message_stack, x_error_message)
(x_error_catcher, x_catch_errors, x_had_errors_p)
(x_clear_errors): Long-overdue comment update.  Describe the
fields of the error message stack, and the fact that
`x_error_message' is a stack, not a pointer to a string (which
has been true since 2006).  Also describe the updated conditions
used to find an applicable error handler and to call
x_uncatch_errors_after_check.
src/xterm.c