Skip to content

Commit

Permalink
Fix byte compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
abo-abo committed Sep 14, 2021
1 parent 5b91579 commit 9568ee1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions le-scheme.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
(declare-function geiser-eval--retort-error "geiser-eval")
(declare-function geiser-mode "geiser-mode")
(declare-function geiser-edit-symbol "geiser-edit")
(declare-function geiser-racket--language "geiser-racket")

(defun lispy--eval-scheme (str)
"Eval STR as Scheme code."
Expand Down
4 changes: 4 additions & 0 deletions lispy-inline.el
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ The caller of `lispy--show' might use a substitute e.g. `describe-function'."
(error
(lispy--cleanup-overlay))))

(declare-function cider-nrepl-op-supported-p "ext:cider-client")
(declare-function cider-sync-request:info "ext:cider-client")
(declare-function nrepl-dict-get "ext:nrepl-dict")

(defun lispy--docstring (sym)
"Get the docstring for SYM."
(cond
Expand Down

0 comments on commit 9568ee1

Please sign in to comment.