Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a510837

Browse filesBrowse files
syohexbbatsov
authored andcommitted
Fix byte-compile warnings of unused variables
1 parent 5919418 commit a510837
Copy full SHA for a510837

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎inf-clojure.el

Copy file name to clipboardExpand all lines: inf-clojure.el
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ Clojure to load that file."
507507
;; :reload-all implies :reload and also forces loading of all libs that the
508508
;; identified libs directly or indirectly load via require or use
509509

510-
(defun inf-clojure-reload-form (proc)
510+
(defun inf-clojure-reload-form (_proc)
511511
"Return the form to query the Inf-Clojure PROC for reloading a namespace.
512512
If you are using REPL types, it will pickup the most appropriate
513513
`inf-clojure-reload-form` variant."
@@ -525,7 +525,7 @@ Clojure to load that file."
525525
:safe #'stringp
526526
:package-version '(inf-clojure . "2.2.0"))
527527

528-
(defun inf-clojure-reload-all-form (proc)
528+
(defun inf-clojure-reload-all-form (_proc)
529529
"Return the form to query the Inf-Clojure PROC for :reload-all of a namespace.
530530
If you are using REPL types, it will pickup the most appropriate
531531
`inf-clojure-reload-all-form` variant."

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.