We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce1932 commit 6b60f98Copy full SHA for 6b60f98
clients/lsp-rpm-spec.el
@@ -50,7 +50,7 @@ If UPDATE? is true, then pip will update the server."
50
51
(defun lsp-rpm-spec-server-start-fun (port)
52
"Command to start the language server in TCP mode, requires PORT."
53
- `(append lsp-rpm-spec-server-command (list "--port" (number-to-string port))))
+ (append lsp-rpm-spec-server-command (list "--port" (number-to-string port))))
54
55
(lsp-register-client
56
(make-lsp-client :new-connection (lsp-tcp-connection 'lsp-rpm-spec-server-start-fun)
0 commit comments