diff options
Diffstat (limited to 'lisp/emulation/edt.el')
-rw-r--r-- | lisp/emulation/edt.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el index 5a2611d9460..be7c051e82a 100644 --- a/lisp/emulation/edt.el +++ b/lisp/emulation/edt.el @@ -263,6 +263,7 @@ and mark-paragraph for other modes." (t (mark-paragraph)))) ;;; Key Bindings +;;;###autoload (defun edt-emulation-on () "Emulate DEC's EDT editor. Note that many keys are rebound; including nearly all keypad keys. |