Variable: data-debug-mode-hook

data-debug-mode-hook is a customizable variable defined in data-debug.el.gz.

Value

nil

Documentation

Hook run when data-debug starts.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/data-debug.el.gz
(defcustom data-debug-mode-hook nil
  "Hook run when data-debug starts."
  :type 'hook)