From dcbd9d1857cead635161ee71a4dff7d4e679a74d Mon Sep 17 00:00:00 2001 From: was Date: Fri, 28 Jun 2024 10:41:47 +0800 Subject: [PATCH] To fix issue #979. --- lsp-bridge-peek.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp-bridge-peek.el b/lsp-bridge-peek.el index 5aa91ad9ca..8ff550d265 100644 --- a/lsp-bridge-peek.el +++ b/lsp-bridge-peek.el @@ -518,7 +518,7 @@ The beginnings of each symbol are replaced by ace strings with :extend t)) history-string)) -(defun lsp-bridge-peek-define--return (filename position) +(defun lsp-bridge-peek-define--return (filename filehost position) (push filename (nth 1 lsp-bridge-peek-symbol-at-point)) (push position (nth 2 lsp-bridge-peek-symbol-at-point)) (push 0 (nth 6 lsp-bridge-peek-symbol-at-point))