]> git.eshelyaron.com Git - emacs.git/commit
Place flymake-eldoc-function at the end of eldoc-documentation-functions
authorJoão Távora <joaotavora@gmail.com>
Sat, 29 Aug 2020 15:39:47 +0000 (16:39 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sun, 30 Aug 2020 13:55:36 +0000 (14:55 +0100)
commitdd910dd2f84752e03ab369fa3e967e1d0086f16a
treef1149c9bbbf663e17f6c5c8a31445f3b9c1cdc6e
parentbf018eefa2a9c33f9f80e977ee085e89df526992
Place flymake-eldoc-function at the end of eldoc-documentation-functions

Having it placed in the beginning of that hook meant it was mostly
impossible to track the args to a function call while writing it from
scratch, since most compilers issue a diagnostic about incorrect
number of arguments.

See bug#43103.

* lisp/progmodes/flymake.el (flymake-mode): Lower priority of
flymake-eldoc-function.
lisp/progmodes/flymake.el