Skip to content

Commit

Permalink
Remove list overlooked in refactoring in commit ada1928
Browse files Browse the repository at this point in the history
  • Loading branch information
greghendershott committed Jul 30, 2024
1 parent ada1928 commit af3c322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion racket-xp.el
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ else returns STR."
(or
;; Something annotated as add-open-require-menu by drracket/check-syntax
(when-let (path (get-text-property 0 'racket-xp-require str))
(list (xref-make str (xref-make-file-location path 1 0))))
(xref-make str (xref-make-file-location path 1 0)))
;; Something annotated for jump-to-definition by drracket/check-syntax
(pcase (get-text-property 0 'racket-xp-visit str)
(`(,path ,subs ,ids)
Expand Down

0 comments on commit af3c322

Please sign in to comment.