Skip to content

Commit ac07395

Browse files
committed
Address a couple of byte-compilation issues
1 parent 1b817dc commit ac07395

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inf-clojure.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,8 @@ The name is simply the final segment of the path."
814814
)))
815815
(project-root (project-current))))
816816

817+
(defvar clojure-ts-mode-syntax-table)
818+
817819
;;;###autoload
818820
(defun inf-clojure (cmd &optional suppress-message)
819821
"Run an inferior Clojure process, input and output via buffer *inf-clojure*.
@@ -1145,6 +1147,8 @@ is present it will be used instead of the current file."
11451147
(when switch-to-repl
11461148
(inf-clojure-switch-to-repl t))))
11471149

1150+
(declare-function clojure-ts-find-ns "clojure-ts-mode")
1151+
11481152
(defun inf-clojure--find-ns ()
11491153
"Return the namespace of the current Clojure buffer.
11501154

0 commit comments

Comments
 (0)