aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-29 02:19:45 +0000
committerRichard M. Stallman1995-06-29 02:19:45 +0000
commita15bb73af4f2041565579f1c121e70e99155c5ef (patch)
treeeaa02ee0aa17987eff659443555e6607764f80e8 /lisp
parent19ab8db9073ae8f060e9344a86b7a886f505588a (diff)
downloademacs-a15bb73af4f2041565579f1c121e70e99155c5ef.tar.gz
emacs-a15bb73af4f2041565579f1c121e70e99155c5ef.zip
(edt-setup-default-bindings): Bind f1 and help like C-h.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emulation/edt.el2
1 files changed, 2 insertions, 0 deletions
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
1769 ;; GOLD bindings for a few Control keys. 1769 ;; GOLD bindings for a few Control keys.
1770 (edt-bind-gold-key "\C-g" 'keyboard-quit t); Just in case. 1770 (edt-bind-gold-key "\C-g" 'keyboard-quit t); Just in case.
1771 (edt-bind-gold-key "\C-h" 'help-for-help t) 1771 (edt-bind-gold-key "\C-h" 'help-for-help t)
1772 (edt-bind-gold-key [f1] 'help-for-help t)
1773 (edt-bind-gold-key [help] 'help-for-help t)
1772 (edt-bind-gold-key "\C-\\" 'split-window-vertically t) 1774 (edt-bind-gold-key "\C-\\" 'split-window-vertically t)
1773 1775
1774 ;; GOLD bindings for regular keys. 1776 ;; GOLD bindings for regular keys.