Skip to content

Commit e90aa86

Browse files
Merge #2804
2804: Use lsp-seq-first in ra-emacs-lsp since that's more likely to exist r=flodiebold a=flodiebold Co-authored-by: Florian Diebold <flodiebold@gmail.com>
2 parents 2e09a96 + c0b5d59 commit e90aa86

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)