aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2006-01-29 00:17:11 +0000
committerKaroly Lorentey <[email protected]>2006-01-29 00:17:11 +0000
commit9688ff534500a278871366f699cd0ead3524b68a (patch)
treeccbd2eb6198e55f7dae0c2b70b5adb0f3c761b71 /README.multi-tty
parent67ddbec3529fd15915d09a196321f7d081dfc610 (diff)
Eliminate wrong_kboard_jmpbuf.
* src/keyboard.c (read_char, read_char_minibuf_menu_prompt) (read_key_sequence, read_filtered_event): Eliminate wrong_kboard_jmpbuf. git-archimport-id: [email protected]/emacs--multi-tty--0--patch-500
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 261aa84ae7..ac5d5667c5 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -404,10 +404,6 @@ THINGS TO DO
** Understand how `quit_throw_to_read_char' works, and fix any bugs
that come to light.
-** Replace wrong_kboard_jmpbuf with a special return value of
- read_char. It is absurd that we use setjmp/longjmp just to return
- to the immediate caller.
-
** See if getcjmp can be eliminated somehow. Why does Emacs allow
asynchronous input processing while it's reading input anyway?
@@ -1452,6 +1448,11 @@ DIARY OF CHANGES
`getcjmp' when Emacs was waiting for input when the C-g event
arrived.)
+-- Replace wrong_kboard_jmpbuf with a special return value of
+ read_char. It is absurd that we use setjmp/longjmp just to return
+ to the immediate caller.
+
+ (Done in patch-500.)
;;; arch-tag: 8da1619e-2e79-41a8-9ac9-a0485daad17d