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 620bbd7 commit 73ad089Copy full SHA for 73ad089
lsp-protocol.el
@@ -115,8 +115,10 @@ Example usage with `dash`.
115
(if (special-variable-p key-sym)
116
`((,key ,(intern (format "%s_" (symbol-name key-sym)))))
117
key-sym)))
118
- params)
+ params)
119
&allow-other-keys)
120
+ (ignore ,@(-map (-lambda ((key))
121
+ (intern (substring (symbol-name key) 1))) params))
122
,(format "Constructs %s from `plist.'
123
Allowed params: %s" interface (reverse (-map #'cl-first params)))
124
(ignore ,@(-map (-lambda ((key))
0 commit comments