jwiegley / alert

A Growl-like alerts notifier for Emacs
Other
441 stars 66 forks source link

Silence the byte compiler #67

Closed jabranham closed 6 years ago

jwiegley commented 6 years ago

I'd prefer if you could wrap the defvar with eval-when-compile, so that it doesn't declare a variable at runtime which is never used. Otherwise, thanks!

jabranham commented 6 years ago

Good idea, done thanks