# HG changeset patch # User Richard M. Stallman # Date 804392385 0 # Node ID 1e09e8fd338490f58d64fa8e0037c21827f2e8de # Parent 0c728a1b2bed1f9ca4e91303aa8b5f795e50ebe2 (edt-setup-default-bindings): Bind f1 and help like C-h. diff -r 0c728a1b2bed -r 1e09e8fd3384 lisp/emulation/edt.el --- a/lisp/emulation/edt.el Thu Jun 29 01:44:57 1995 +0000 +++ b/lisp/emulation/edt.el Thu Jun 29 02:19:45 1995 +0000 @@ -1769,6 +1769,8 @@ ;; GOLD bindings for a few Control keys. (edt-bind-gold-key "\C-g" 'keyboard-quit t); Just in case. (edt-bind-gold-key "\C-h" 'help-for-help t) + (edt-bind-gold-key [f1] 'help-for-help t) + (edt-bind-gold-key [help] 'help-for-help t) (edt-bind-gold-key "\C-\\" 'split-window-vertically t) ;; GOLD bindings for regular keys.