Skip to content

Commit 8e43edf

Browse files
committed
Tweak a comment
1 parent d30c5ec commit 8e43edf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

copilot.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,8 @@ SUCCESS-FN is the CALLBACK."
427427
`(progn
428428
(unless (copilot--connection-alivep)
429429
(copilot--start-server))
430-
;; jsonrpc will use temp buffer for callbacks, so we need to save the current buffer and restore it inside callback
430+
;; jsonrpc will use temp buffer for callbacks, so we need to save the
431+
;; current buffer and restore it inside callback
431432
(let ((buf (current-buffer)))
432433
(jsonrpc-async-request copilot--connection
433434
,method ,params

0 commit comments

Comments
 (0)