changeset 3706:5a563b062c0d

(term_get_fkeys): Use `prior', not `previous', for %8/kP.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Jun 1993 00:41:51 +0000
parents 309c27256ceb
children b00953e22dc3
files src/term.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/term.c	Sun Jun 13 00:07:35 1993 +0000
+++ b/src/term.c	Sun Jun 13 00:41:51 1993 +0000
@@ -1321,7 +1321,7 @@
       /* if there's no key_next keycap, map key_npage to `next' keysym */
       CONDITIONAL_REASSIGN ("%5", "kN", "next");
       /* if there's no key_prev keycap, map key_ppage to `previous' keysym */
-      CONDITIONAL_REASSIGN ("%8", "kP", "previous");
+      CONDITIONAL_REASSIGN ("%8", "kP", "prior");
       /* if there's no key_dc keycap, map key_ic to `insert' keysym */
       CONDITIONAL_REASSIGN ("kD", "kI", "insert");
 #undef CONDITIONAL_REASSIGN