Commit 295d898
authored
When `lsp-use-plists` is t, `lsp-request` returns a single plist
(of form (:key val ...) or a list of plists.
Previously, when `lsp-use-plists` was t and a single plist was returned,
the plist wasn't wrapped into a list, causing the subsequent code to
fail.
1 parent fb10730 commit 295d898
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
729 | | - | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
730 | 733 | | |
731 | 734 | | |
732 | 735 | | |
| |||
0 commit comments