Mercurial > emacs
changeset 12421:1e09e8fd3384
(edt-setup-default-bindings): Bind f1 and help like C-h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 29 Jun 1995 02:19:45 +0000 |
parents | 0c728a1b2bed |
children | 3999c7e35227 |
files | lisp/emulation/edt.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.