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.
2 parents 8db1d02 + 19616c3 commit 2daadc7Copy full SHA for 2daadc7
purescript-mode.el
@@ -212,7 +212,7 @@ May return a qualified name."
212
(skip-chars-backward " \t"))
213
214
(let ((case-fold-search nil))
215
- (multiple-value-bind (start end)
+ (cl-multiple-value-bind (start end)
216
(if (looking-at "\\s_")
217
(list (progn (skip-syntax-backward "_") (point))
218
(progn (skip-syntax-forward "_") (point)))
0 commit comments