Skip to content

Commit 06d69ea

Browse files
authored
add missing quote (#1728)
1 parent 20d3c79 commit 06d69ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7862,7 +7862,7 @@ reported according to `flycheck-check-syntax-automatically'."
78627862
:type '(choice (const error)
78637863
(const warning)
78647864
(const info))
7865-
:group lsp-mode)
7865+
:group 'lsp-mode)
78667866

78677867
(defun lsp--get-buffer-diagnostics ()
78687868
(or (gethash (lsp--fix-path-casing buffer-file-name)

0 commit comments

Comments
 (0)