1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

(term_get_fkeys): Use prior', not previous', for %8/kP.

This commit is contained in:
Richard M. Stallman 1993-06-13 00:41:51 +00:00
parent 51cf6d3791
commit 381d11a1c5

View File

@ -1321,7 +1321,7 @@ term_get_fkeys (address)
/* 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