Skip to content

Commit a27e13c

Browse files
committed
Move a comment
1 parent 2c4493c commit a27e13c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

copilot.el

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ You may adjust this variable at your own risk."
181181
"The document version of the current buffer.
182182
Incremented after each change.")
183183

184+
;;
185+
;; Utility functions
186+
;;
187+
184188
(defun copilot--buffer-changed ()
185189
"Return non-nil if the buffer has changed since last completion."
186190
(not (= copilot--last-doc-version copilot--doc-version)))
@@ -203,9 +207,6 @@ Incremented after each change.")
203207
('info 'success)
204208
(_ 'warning)))
205209
(apply #'format format args)))
206-
;;
207-
;; Utility functions
208-
;;
209210

210211
(defun copilot--mode-symbol (mode-name)
211212
"Infer the language for MODE-NAME."

0 commit comments

Comments
 (0)