Variable: load-path-shadows-mode-hook

load-path-shadows-mode-hook is a variable defined in shadow.el.gz.

Value

nil

Documentation

Hook run after entering load-path-shadows-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/emacs-lisp/shadow.el.gz
(define-derived-mode load-path-shadows-mode special-mode "LP-Shadows"
  "Major mode for `load-path' shadows buffer."
  (setq-local font-lock-defaults
              '((load-path-shadows-font-lock-keywords)))
  (setq buffer-undo-list t))