aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 261aa84ae78..ac5d5667c52 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -404,10 +404,6 @@ THINGS TO DO
404** Understand how `quit_throw_to_read_char' works, and fix any bugs 404** Understand how `quit_throw_to_read_char' works, and fix any bugs
405 that come to light. 405 that come to light.
406 406
407** Replace wrong_kboard_jmpbuf with a special return value of
408 read_char. It is absurd that we use setjmp/longjmp just to return
409 to the immediate caller.
410
411** See if getcjmp can be eliminated somehow. Why does Emacs allow 407** See if getcjmp can be eliminated somehow. Why does Emacs allow
412 asynchronous input processing while it's reading input anyway? 408 asynchronous input processing while it's reading input anyway?
413 409
@@ -1452,6 +1448,11 @@ DIARY OF CHANGES
1452 `getcjmp' when Emacs was waiting for input when the C-g event 1448 `getcjmp' when Emacs was waiting for input when the C-g event
1453 arrived.) 1449 arrived.)
1454 1450
1451-- Replace wrong_kboard_jmpbuf with a special return value of
1452 read_char. It is absurd that we use setjmp/longjmp just to return
1453 to the immediate caller.
1454
1455 (Done in patch-500.)
1455 1456
1456;;; arch-tag: 8da1619e-2e79-41a8-9ac9-a0485daad17d 1457;;; arch-tag: 8da1619e-2e79-41a8-9ac9-a0485daad17d
1457 1458