From d0f65fbdbbba945a97c97b4b34ba8f9671e68f35 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Mon, 10 Jul 2023 13:09:48 +0100 Subject: [PATCH] Eglot: fix eglot--sig-info See https://github.com/joaotavora/eglot/issues/1253 * lisp/progmodes/eglot.el (eglot--sig-info): Fix. --- lisp/progmodes/eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index f09c348143d..95e9a30a372 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -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 -- 2.39.2