From 9568ee1aa5ac12e0ed03b9904b77c7a5bc4bb2e2 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Tue, 14 Sep 2021 14:09:05 +0200 Subject: [PATCH] Fix byte compiler warnings --- le-scheme.el | 1 + lispy-inline.el | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/le-scheme.el b/le-scheme.el index 68c4f46f..667e2465 100644 --- a/le-scheme.el +++ b/le-scheme.el @@ -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." diff --git a/lispy-inline.el b/lispy-inline.el index 61227649..7b8c5900 100644 --- a/lispy-inline.el +++ b/lispy-inline.el @@ -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