branch: master
commit 2889b273756059550a554aef86d6d01b2bcb98ae
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Mark unused lexical argument.
---
 context-coloring.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index a549b9d..54f4a5e 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -627,7 +627,7 @@ precedence, i.e. the car of `custom-enabled-themes'."
                           recede))
             (context-coloring-apply-theme name)))))))
 
-(defun context-coloring-load-theme (&optional rest)
+(defun context-coloring-load-theme (&optional _rest)
   (declare
    (obsolete
     "context themes are now loaded alongside custom themes automatically."

Reply via email to