7max / log4cl

Common Lisp logging framework, modeled after Log4J
Apache License 2.0
103 stars 32 forks source link

Fixed warning "Warning (bytecomp): reference to free variable 'log4slime-mode'". #37

Open svetlyak40wt opened 7 years ago

svetlyak40wt commented 7 years ago

This warning popped in my emacs on the start during the loading of log4slime.

Just swapped two forms, because define-minor-mode macro also defines a log4slime-mode variable and should go before any function that uses this variable.

svetlyak40wt commented 5 years ago

@7max please, merge this pull request.

scymtym commented 5 years ago

log4cl is now maintained under the sharplispers umbrella: https://github.com/sharplispers/log4cl. If this issue is present in the master branch of that repository as well, please file an issue.