diff options
author | João Távora <joaotavora@gmail.com> | 2022-12-07 11:30:34 +0000 |
---|---|---|
committer | João Távora <joaotavora@gmail.com> | 2022-12-07 11:30:45 +0000 |
commit | bfc00f1c12047ff431eaa9da3a744807c3f9e6e2 (patch) | |
tree | 5957e96690d67db53b8acbaad19f9aa02d16c30b /test/lisp/emacs-lisp/easy-mmode-tests.el | |
parent | d2411615e8bcfb2536f0a0da87869d751eee7892 (diff) | |
download | emacs-bfc00f1c12047ff431eaa9da3a744807c3f9e6e2.tar.gz emacs-bfc00f1c12047ff431eaa9da3a744807c3f9e6e2.tar.bz2 emacs-bfc00f1c12047ff431eaa9da3a744807c3f9e6e2.zip |
Eglot: fix setting of flymake-list-only-diagnostics (bug#59824)
When Eglot receives diagnostics for a file not yet visited in Emacs,
it stores them in flymake-list-only-diagnostics, which feed M-x
flymake-show-project-diagnostics. If the file is eventually visited
in a buffer and Eglot starts receibing diagnostics for it, the
flymake-list-only-diagnostics database has to be updated accordingly,
since the previous diagnostics are now stale.
* lisp/progmodes/eglot.el (eglot-handle-notification): Reset
flymake-list-only-diagnostics
Diffstat (limited to 'test/lisp/emacs-lisp/easy-mmode-tests.el')
0 files changed, 0 insertions, 0 deletions