aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emulation/edt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index 45c6047651b..c284fce5c45 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -390,7 +390,7 @@ The keys redefined by \\[edt-emulation-on] are given their old definitions."
390 (define-key lisp-mode-map "\177" edt-mode-old-lisp-delete) ;"Delete" 390 (define-key lisp-mode-map "\177" edt-mode-old-lisp-delete) ;"Delete"
391 (global-set-key "\C-j" edt-mode-old-linefeed)) ;"LineFeed" 391 (global-set-key "\C-j" edt-mode-old-linefeed)) ;"LineFeed"
392 392
393(fset 'GOLD-prefix GOLD-map) 393(defalias 'GOLD-prefix GOLD-map)
394 394
395(defvar GOLD-map (make-keymap) 395(defvar GOLD-map (make-keymap)
396 "`GOLD-map' maps the function keys on the VT100 keyboard preceeded 396 "`GOLD-map' maps the function keys on the VT100 keyboard preceeded