1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(news-fkey-prefix): Use kp-decimal, not kp-period.

This commit is contained in:
Richard M. Stallman 1994-08-21 17:39:15 +00:00
parent 20285524e1
commit e92102e719

View file

@ -61,7 +61,7 @@
(define-key news-fkey-prefix "m" [kp-subtract])
(define-key news-fkey-prefix "k" [kp-add])
(define-key news-fkey-prefix "l" [kp-separator])
(define-key news-fkey-prefix "n" [kp-period])
(define-key news-fkey-prefix "n" [kp-decimal])
(define-key news-fkey-prefix "p" [kp-0])
(define-key news-fkey-prefix "r" [kp-2])
(define-key news-fkey-prefix "t" [kp-4])