summaryrefslogtreecommitdiff
path: root/core/texinfo/texinfo-5.2-C-n-fix.patch
blob: adf545126732721b8a4679f9e48628c8e34f1c62 (plain)
1
2
3
4
5
6
7
8
9
10
--- info/infomap.c	(revision 5386)
+++ info/infomap.c	(working copy)
@@ -297,6 +297,7 @@
   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,