emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d0f65fbdbbb: Eglot: fix eglot--sig-info


From: João Távora
Subject: master d0f65fbdbbb: Eglot: fix eglot--sig-info
Date: Mon, 10 Jul 2023 08:07:32 -0400 (EDT)

branch: master
commit d0f65fbdbbba945a97c97b4b34ba8f9671e68f35
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]