Mercurial > emacs
changeset 3479:7cda082508c9
(GOLD-prefix): Define *after* GOLD-map.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 04 Jun 1993 17:10:07 +0000 |
parents | a917a964bef8 |
children | 9784ebc37245 |
files | lisp/emulation/edt.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/edt.el Fri Jun 04 07:25:58 1993 +0000 +++ b/lisp/emulation/edt.el Fri Jun 04 17:10:07 1993 +0000 @@ -390,12 +390,12 @@ (define-key lisp-mode-map "\177" edt-mode-old-lisp-delete) ;"Delete" (global-set-key "\C-j" edt-mode-old-linefeed)) ;"LineFeed" -(defalias 'GOLD-prefix GOLD-map) - (defvar GOLD-map (make-keymap) "`GOLD-map' maps the function keys on the VT100 keyboard preceeded by the PF1 key. GOLD is the ASCII the 7-bit escape sequence <ESC>OP.") +(defalias 'GOLD-prefix GOLD-map) + (global-set-key [home] 'edt-beginning-of-window) (global-set-key [kp-f2] 'describe-key) (global-set-key [kp-f4] 'delete-current-line)