Eglot: fix eglot--sig-info

See https://github.com/joaotavora/eglot/issues/1253

* lisp/progmodes/eglot.el (eglot--sig-info): Fix.
This commit is contained in:
João Távora 2023-07-10 13:09:48 +01:00
parent b76878cfab
commit d0f65fbdbb

View file

@ -3216,7 +3216,7 @@ for which LSP on-type-formatting should be requested."
(add-face-text-property (point-min) (point)
'font-lock-function-name-face))
;; ...perhaps highlight it in the formals list
(when (= i active-param)
(when (eq i active-param)
(save-excursion
(goto-char (point-min))
(pcase-let