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 | f2a2c3d2e30b0b2acf404c80b53bb99c98920955 (patch) | |
tree | 9e7330aa411abf1c6f3d7c711370e50414a5ce0e /lisp/emulation/edt.el | |
parent | 059184ddd56f3ed7ac9a0341151faf0d38eebea2 (diff) | |
download | emacs-f2a2c3d2e30b0b2acf404c80b53bb99c98920955.tar.gz |
Some fsets changed to defaliases.
Diffstat (limited to 'lisp/emulation/edt.el')
-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 |