Skip to content

Commit d385605

Browse files
tninjaCopilot
andauthored
Update aider-code-change.el
Co-authored-by: Copilot <[email protected]>
1 parent 16c9e10 commit d385605

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

aider-code-change.el

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,7 @@ The keyword and its definition are configured in `aider-todo-keyword-pair`."
357357
(aider--region-location-info
358358
(region-beginning)
359359
(region-end))))
360-
(prompt-label (cond
361-
(region-text "TODO implementation instruction: ")
362-
(is-comment "TODO implementation instruction: ")
363-
(t "TODO implementation instruction: ")))
360+
(prompt-label "TODO implementation instruction: ")
364361
(initial-input
365362
(cond
366363
(region-text

0 commit comments

Comments
 (0)