]> git.eshelyaron.com Git - emacs.git/commit
Explain why didopen on after-revert-hook is a bad idea
authorJoão Távora <joaotavora@gmail.com>
Mon, 7 May 2018 16:27:01 +0000 (17:27 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 7 May 2018 16:27:01 +0000 (17:27 +0100)
commit711d3a1d33d693eca9a1e21157518e1198b0ca9c
treed420bae9b49db5f17fb035af7d2a8b1b1b08bb87
parent2b307d5a114e53934d2bdd473136304ec7bd4ab7
Explain why didopen on after-revert-hook is a bad idea

The reason is that the global find-file-hook is called again, and that
already does the didOpen. Too many didOpen's would be bad.

* eglot.el (eglot--managed-mode): Remove commented lines.
lisp/progmodes/eglot.el