diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-04-23 06:50:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-04-23 06:50:51 +0000 |
commit | ef6ed06d57c44cc48d84d645e74a1edc7b9103b1 (patch) | |
tree | bf7bb6164ae8c977ccb20258586e0f5df4b3d12f /lisp/emulation | |
parent | f0b56e0479ba78401998bef1e65720d340b1944c (diff) | |
download | emacs-ef6ed06d57c44cc48d84d645e74a1edc7b9103b1.tar.gz |
Some fsets changed to defaliases.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/edt.el | 2 |
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." (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 |