summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-04 17:10:07 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-04 17:10:07 +0000
commita038aafc44c4732b4c6dee60ee44e78515496b6c (patch)
treeadd3e31d141f458a9a725557ca18318f151ae1c3 /lisp/emulation
parente4e02841022e445562e1b2d6901eb52ceca2d603 (diff)
downloademacs-a038aafc44c4732b4c6dee60ee44e78515496b6c.tar.gz
(GOLD-prefix): Define *after* GOLD-map.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/edt.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index c284fce5c45..875cb173075 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -390,12 +390,12 @@ The keys redefined by \\[edt-emulation-on] are given their old definitions."
(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)