Commit 19bdc11
Fix
Unlike previously assumed, calling `lsp-execute-command' causes
byte-compile warnings, not just using it in `cl-defmethod'. Wrap the
call in `with-no-warnings', since that should be the only use of that
function.byte-compile': lsp-execute-command'1 parent 1c0c2b8 commit 19bdc11
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5215 | 5215 | | |
5216 | 5216 | | |
5217 | 5217 | | |
5218 | | - | |
| 5218 | + | |
| 5219 | + | |
5219 | 5220 | | |
5220 | 5221 | | |
5221 | 5222 | | |
| |||
0 commit comments