Variable: mpc-tagbrowser-dir-mode-hook

mpc-tagbrowser-dir-mode-hook is a variable defined in mpc.el.gz.

Value

nil

Documentation

Hook run after entering '(MPC- mpc-tag-name) mode.

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/mpc.el.gz
;; (defvar mpc-tagbrowser-dir-keywords
;;   '(mpc-tagbrowser-dir-hide-prefix))

(define-derived-mode mpc-tagbrowser-dir-mode mpc-tagbrowser-mode '("MPC-" mpc-tag-name)
  ;; (setq-local font-lock-defaults
  ;;      '(mpc-tagbrowser-dir-keywords t))
  )