]> git.eshelyaron.com Git - emacs.git/commitdiff
(edt-setup-default-bindings): Bind f1 and help like C-h.
authorRichard M. Stallman <rms@gnu.org>
Thu, 29 Jun 1995 02:19:45 +0000 (02:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 29 Jun 1995 02:19:45 +0000 (02:19 +0000)
lisp/emulation/edt.el

index 83e8b26fc4e80391bdfaf2cce2955f78f3152520..a07c4159190e4da4b17d2dacb005b67bd5fb0268 100644 (file)
@@ -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.