From f2a2c3d2e30b0b2acf404c80b53bb99c98920955 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 23 Apr 1993 06:50:51 +0000 Subject: Some fsets changed to defaliases. --- lisp/emulation/edt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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." (define-key lisp-mode-map "\177" edt-mode-old-lisp-delete) ;"Delete" (global-set-key "\C-j" edt-mode-old-linefeed)) ;"LineFeed" -(fset 'GOLD-prefix GOLD-map) +(defalias 'GOLD-prefix GOLD-map) (defvar GOLD-map (make-keymap) "`GOLD-map' maps the function keys on the VT100 keyboard preceeded -- cgit v1.2.1