mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(GOLD-prefix): Define *after* GOLD-map.
This commit is contained in:
parent
e4e0284102
commit
a038aafc44
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user