Skip to content

Commit 6b60f98

Browse files
authored
fix(rpm-spec): Compile error (#4629)
1 parent 5ce1932 commit 6b60f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-rpm-spec.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If UPDATE? is true, then pip will update the server."
5050

5151
(defun lsp-rpm-spec-server-start-fun (port)
5252
"Command to start the language server in TCP mode, requires PORT."
53-
`(append lsp-rpm-spec-server-command (list "--port" (number-to-string port))))
53+
(append lsp-rpm-spec-server-command (list "--port" (number-to-string port))))
5454

5555
(lsp-register-client
5656
(make-lsp-client :new-connection (lsp-tcp-connection 'lsp-rpm-spec-server-start-fun)

0 commit comments

Comments
 (0)