From: Richard M. Stallman Date: Thu, 29 Jun 1995 02:19:45 +0000 (+0000) Subject: (edt-setup-default-bindings): Bind f1 and help like C-h. X-Git-Tag: emacs-19.34~3438 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a15bb73af4f2041565579f1c121e70e99155c5ef;p=emacs.git (edt-setup-default-bindings): Bind f1 and help like C-h. --- diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 83e8b26fc4e..a07c4159190 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el @@ -1769,6 +1769,8 @@ If FILE is nil, try to load a default file. The default file names are ;; 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.