We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30c5ec commit 8e43edfCopy full SHA for 8e43edf
copilot.el
@@ -427,7 +427,8 @@ SUCCESS-FN is the CALLBACK."
427
`(progn
428
(unless (copilot--connection-alivep)
429
(copilot--start-server))
430
- ;; jsonrpc will use temp buffer for callbacks, so we need to save the current buffer and restore it inside callback
+ ;; jsonrpc will use temp buffer for callbacks, so we need to save the
431
+ ;; current buffer and restore it inside callback
432
(let ((buf (current-buffer)))
433
(jsonrpc-async-request copilot--connection
434
,method ,params
0 commit comments