Skip to content

Commit c0b5d59

Browse files
committed
Use lsp-seq-first in ra-emacs-lsp since that's more likely to exist
1 parent 2e09a96 commit c0b5d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/emacs/ra-emacs-lsp.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
(rust-analyzer--goto-lsp-loc position))))
6969

7070
(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))))
7272
(rust-analyzer--apply-source-change data)))
7373

7474
(lsp-register-client

0 commit comments

Comments
 (0)