Function: load-path-shadows-mode
load-path-shadows-mode is an interactive and byte-compiled function
defined in shadow.el.gz.
Signature
(load-path-shadows-mode)
Documentation
Major mode for load-path shadows buffer.
In addition to any hooks its parent mode special-mode might have
run, this mode runs the hook load-path-shadows-mode-hook, as the
final or penultimate step during initialization.
Key Bindings
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))