emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure a510837368 2/3: Fix byte-compile warnings of u


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure a510837368 2/3: Fix byte-compile warnings of unused variables
Date: Tue, 8 Feb 2022 05:58:16 -0500 (EST)

branch: elpa/inf-clojure
commit a5108373680fc9b3b1eecc247d66f0bbeecc2537
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Fix byte-compile warnings of unused variables
---
 inf-clojure.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index 2a3cfd1922..34a6feeeca 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -507,7 +507,7 @@ Clojure to load that file."
 ;; :reload-all implies :reload and also forces loading of all libs that the
 ;; identified libs directly or indirectly load via require or use
 
-(defun inf-clojure-reload-form (proc)
+(defun inf-clojure-reload-form (_proc)
   "Return the form to query the Inf-Clojure PROC for reloading a namespace.
 If you are using REPL types, it will pickup the most appropriate
 `inf-clojure-reload-form` variant."
@@ -525,7 +525,7 @@ Clojure to load that file."
   :safe #'stringp
   :package-version '(inf-clojure . "2.2.0"))
 
-(defun inf-clojure-reload-all-form (proc)
+(defun inf-clojure-reload-all-form (_proc)
   "Return the form to query the Inf-Clojure PROC for :reload-all of a 
namespace.
 If you are using REPL types, it will pickup the most appropriate
 `inf-clojure-reload-all-form` variant."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]