Skip to content

Commit

Permalink
fix: Compile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 22, 2024
1 parent 620bbd7 commit 73ad089
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lsp-protocol.el
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,10 @@ Example usage with `dash`.
(if (special-variable-p key-sym)
`((,key ,(intern (format "%s_" (symbol-name key-sym)))))
key-sym)))
params)
params)
&allow-other-keys)
(ignore ,@(-map (-lambda ((key))
(intern (substring (symbol-name key) 1))) params))
,(format "Constructs %s from `plist.'
Allowed params: %s" interface (reverse (-map #'cl-first params)))
(ignore ,@(-map (-lambda ((key))
Expand Down

0 comments on commit 73ad089

Please sign in to comment.