From: Richard M. Stallman Date: Fri, 23 Jul 1993 18:15:22 +0000 (+0000) Subject: (advance-direction): Set kp-f3, not kp-f1. X-Git-Tag: emacs-19.34~11603 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f65069352a359e8994ec1c5d54a3f27209d6cab2;p=emacs.git (advance-direction): Set kp-f3, not kp-f1. --- 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)