]> git.eshelyaron.com Git - emacs.git/commit
Suppress warnings during elisp completion macroexpansion
authorNoam Postavsky <npostavs@gmail.com>
Tue, 5 Dec 2017 01:01:40 +0000 (20:01 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 11 Dec 2017 22:38:28 +0000 (17:38 -0500)
commit51911dae14ecaf6c6eb22641c3189c6fa97ab24a
tree20a25e80004d4fe4746f08398940d71a4a91cdf8
parenta36a090a951371e3441f33ad4d42e6ea17b30432
Suppress warnings during elisp completion macroexpansion

Errors are already suppressed, therefore it is logical to suppress
warnings as well.  Some macros (e.g., use-package) may produce
warnings when given the `elisp--witness--lisp' symbol.
* lisp/progmodes/elisp-mode.el (elisp--local-variables): Let-bind
warning-minimum-log-level to :emergency.
lisp/progmodes/elisp-mode.el