Skip to content

Commit 9568ee1

Browse files
committed
Fix byte compiler warnings
1 parent 5b91579 commit 9568ee1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

le-scheme.el

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
(declare-function geiser-eval--retort-error "geiser-eval")
3636
(declare-function geiser-mode "geiser-mode")
3737
(declare-function geiser-edit-symbol "geiser-edit")
38+
(declare-function geiser-racket--language "geiser-racket")
3839

3940
(defun lispy--eval-scheme (str)
4041
"Eval STR as Scheme code."

lispy-inline.el

+4
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ The caller of `lispy--show' might use a substitute e.g. `describe-function'."
238238
(error
239239
(lispy--cleanup-overlay))))
240240

241+
(declare-function cider-nrepl-op-supported-p "ext:cider-client")
242+
(declare-function cider-sync-request:info "ext:cider-client")
243+
(declare-function nrepl-dict-get "ext:nrepl-dict")
244+
241245
(defun lispy--docstring (sym)
242246
"Get the docstring for SYM."
243247
(cond

0 commit comments

Comments
 (0)