Variable: elisp-flymake-byte-compile-load-path
elisp-flymake-byte-compile-load-path is a variable defined in
elisp-mode.el.gz.
Value
("./")
Documentation
Like load-path but used by elisp-flymake-byte-compile.
The default value contains just "./" which includes the default directory of the buffer being compiled, and nothing else.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/elisp-mode.el.gz
(defvar elisp-flymake-byte-compile-load-path (list "./")
"Like `load-path' but used by `elisp-flymake-byte-compile'.
The default value contains just \"./\" which includes the default
directory of the buffer being compiled, and nothing else.")