# HG changeset patch # User Richard M. Stallman # Date 743451322 0 # Node ID 9d4ec373d47820e654df712a98992a1e7481b665 # Parent 2b0671553d8c3388cf3e1cd0c0accee5cb74364d (advance-direction): Set kp-f3, not kp-f1. diff -r 2b0671553d8c -r 9d4ec373d478 lisp/emulation/edt.el --- a/lisp/emulation/edt.el Fri Jul 23 17:53:50 1993 +0000 +++ b/lisp/emulation/edt.el Fri Jul 23 18:15:22 1993 +0000 @@ -290,7 +290,7 @@ "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)