Mercurial > emacs
changeset 4248:9d4ec373d478
(advance-direction): Set kp-f3, not kp-f1.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 23 Jul 1993 18:15:22 +0000 |
parents | 2b0671553d8c |
children | 5f6e6ea4c7af |
files | lisp/emulation/edt.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)