From f65069352a359e8994ec1c5d54a3f27209d6cab2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 23 Jul 1993 18:15:22 +0000 Subject: [PATCH] (advance-direction): Set kp-f3, not kp-f1. --- lisp/emulation/edt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 3770767fe92..8e186d45abd 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el @@ -290,7 +290,7 @@ Accepts a prefix argument for the number of paragraphs." "Set EDT Advance mode so keypad commands move forward." (interactive) (setq edt-direction-string " ADVANCE") - (global-set-key [kp-f1] 'isearch-forward) + (global-set-key [kp-f3] 'isearch-forward) (global-set-key [kp-8] 'scroll-window-up) (global-set-key [kp-7] 'next-paragraph) (global-set-key [kp-1] 'forward-to-word) -- 2.39.5