Fixed all warnings reported by M-x byte-compile-file, as well as errors, warnings, and comments from Flycheck.
Flycheck checkers used:
emacs-lisp-checkdoc
emacs-lisp-package
I also tried to use indent-elisp checker, but got a failure message from Flycheck:
Suspicious state from syntax checker indent-elisp: Flycheck checker indent-elisp returned 255, but its output contained no errors: Symbol’s function definition is void: _value
Fixed all warnings reported by
M-x byte-compile-file
, as well as errors, warnings, and comments from Flycheck.Flycheck checkers used:
I also tried to use indent-elisp checker, but got a failure message from Flycheck: