texinfo/texinfo-5.2-missing-c-n-bin...

12 lines
656 B
Diff

diff -up texinfo-5.2/info/infomap.c.orig texinfo-5.2/info/infomap.c
--- texinfo-5.2/info/infomap.c.orig 2015-09-15 10:40:14.464877073 +0200
+++ texinfo-5.2/info/infomap.c 2015-09-15 10:40:35.269964560 +0200
@@ -297,6 +297,7 @@ static unsigned char default_emacs_like_
CONTROL('f'), NUL, A_info_forward_char,
CONTROL('h'), NUL, A_info_get_help_window,
CONTROL('l'), NUL, A_info_redraw_display,
+ CONTROL('n'), NUL, A_info_next_line,
CONTROL('p'), NUL, A_info_prev_line,
CONTROL('r'), NUL, A_isearch_backward,
CONTROL('s'), NUL, A_isearch_forward,