File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ Clojure to load that file."
507
507
; ; :reload-all implies :reload and also forces loading of all libs that the
508
508
; ; identified libs directly or indirectly load via require or use
509
509
510
- (defun inf-clojure-reload-form (proc )
510
+ (defun inf-clojure-reload-form (_proc )
511
511
" Return the form to query the Inf-Clojure PROC for reloading a namespace.
512
512
If you are using REPL types, it will pickup the most appropriate
513
513
`inf-clojure-reload-form` variant."
@@ -525,7 +525,7 @@ Clojure to load that file."
525
525
:safe #'stringp
526
526
:package-version '(inf-clojure . " 2.2.0" ))
527
527
528
- (defun inf-clojure-reload-all-form (proc )
528
+ (defun inf-clojure-reload-all-form (_proc )
529
529
" Return the form to query the Inf-Clojure PROC for :reload-all of a namespace.
530
530
If you are using REPL types, it will pickup the most appropriate
531
531
`inf-clojure-reload-all-form` variant."
You can’t perform that action at this time.
0 commit comments