Revisión | a2d4e4b70945c1704e5249ad6a9be9d5875a4b0e (tree) |
---|---|
Tiempo | 2019-08-13 01:57:56 |
Autor | Tom Tromey <tom@trom...> |
Commiter | Tom Tromey |
Remove gdb workaround from readline/emacs_keymap.c
There is a gdb-local patch in readline/emacs_keymap.c that says:
So, I think this can be removed now. I have no way to test this, as
the patch was specific to mingw.
readline/ChangeLog.gdb
2018-10-07 Tom Tromey <tom@tromey.com>
* emacs_keymap.c: Remove gdb workaround.
@@ -1,5 +1,9 @@ | ||
1 | 1 | 2019-08-12 Tom Tromey <tom@tromey.com> |
2 | 2 | |
3 | + * emacs_keymap.c: Remove gdb workaround. | |
4 | + | |
5 | +2018-08-12 Tom Tromey <tom@tromey.com> | |
6 | + | |
3 | 7 | * complete.c (get_y_or_n): Remove gdb workaround. |
4 | 8 | |
5 | 9 | 2018-08-12 Tom Tromey <tom@tromey.com> |
@@ -277,13 +277,7 @@ KEYMAP_ENTRY_ARRAY emacs_standard_keymap = { | ||
277 | 277 | { ISFUNC, rl_insert }, /* Latin capital letter Y with acute */ |
278 | 278 | { ISFUNC, rl_insert }, /* Latin capital letter thorn (Icelandic) */ |
279 | 279 | { ISFUNC, rl_insert }, /* Latin small letter sharp s (German) */ |
280 | -#ifndef __MINGW32__ | |
281 | 280 | { ISFUNC, rl_insert }, /* Latin small letter a with grave */ |
282 | -#else | |
283 | - /* Temporary - this is a bug in readline 5.1 that should be fixed in | |
284 | - readline 5.2. */ | |
285 | - { ISFUNC, 0 }, /* Must leave this unbound for the arrow keys to work. */ | |
286 | -#endif | |
287 | 281 | { ISFUNC, rl_insert }, /* Latin small letter a with acute */ |
288 | 282 | { ISFUNC, rl_insert }, /* Latin small letter a with circumflex */ |
289 | 283 | { ISFUNC, rl_insert }, /* Latin small letter a with tilde */ |