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.

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 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))