Variable: tpu-edt-mode
tpu-edt-mode is a customizable variable defined in tpu-edt.el.gz.
Value
nil
Documentation
Non-nil if Tpu-Edt mode is enabled.
See the tpu-edt-mode(var)/tpu-edt-mode(fun) command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node (emacs)Easy Customization)
or call the function tpu-edt-mode(var)/tpu-edt-mode(fun).
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
;;;
;;; Command and Function Aliases
;;;
;;;###autoload
(define-minor-mode tpu-edt-mode
"Toggle TPU/edt emulation on or off."
:global t
(if tpu-edt-mode (tpu-edt-on) (tpu-edt-off)))