diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/ra-emacs-lsp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs/ra-emacs-lsp.el b/editors/emacs/ra-emacs-lsp.el index fafb9cbe7..b41a09dea 100644 --- a/editors/emacs/ra-emacs-lsp.el +++ b/editors/emacs/ra-emacs-lsp.el | |||
@@ -68,7 +68,7 @@ | |||
68 | (rust-analyzer--goto-lsp-loc position)))) | 68 | (rust-analyzer--goto-lsp-loc position)))) |
69 | 69 | ||
70 | (defun rust-analyzer--apply-source-change-command (p) | 70 | (defun rust-analyzer--apply-source-change-command (p) |
71 | (let ((data (-> p (ht-get "arguments") (seq-first)))) | 71 | (let ((data (-> p (ht-get "arguments") (lsp-seq-first)))) |
72 | (rust-analyzer--apply-source-change data))) | 72 | (rust-analyzer--apply-source-change data))) |
73 | 73 | ||
74 | (lsp-register-client | 74 | (lsp-register-client |