Variable: tpu-edt-mode-hook

tpu-edt-mode-hook is a customizable variable defined in tpu-edt.el.gz.

Value

nil

Documentation

Hook run after entering or leaving tpu-edt-mode(var)/tpu-edt-mode(fun).

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

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)))