Skip to content

Commit

Permalink
Avoid nil function error with racket-package-refresh
Browse files Browse the repository at this point in the history
Need a no-op help-setup-xref.
  • Loading branch information
greghendershott committed Aug 26, 2024
1 parent edc3d4a commit dba66c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions racket-package.el
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ Allows users to customize via `completion-category-overrides'.")
Will make HTTP requests to remote catalog servers. May take a few
seconds to complete."
(interactive)
(help-setup-xref (list #'ignore)
(called-interactively-p 'interactive))
(racket--do-pkg-op 'refresh nil))

(defun racket--package-insert-raco-pkg-op-button (verb name)
Expand Down

0 comments on commit dba66c4

Please sign in to comment.