Skip to content

Commit

Permalink
To fix issue #979.
Browse files Browse the repository at this point in the history
  • Loading branch information
AllTheLife committed Jun 28, 2024
1 parent d4599bc commit dcbd9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-bridge-peek.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit dcbd9d1

Please sign in to comment.