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 LP-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 fundamental-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
buffer-read-only t))