jorgenschaefer / emacs-buttercup

Behavior-Driven Emacs Lisp Testing
GNU General Public License v3.0
364 stars 44 forks source link

Fix compilation warning about undefined variable. #196

Closed phst closed 4 years ago

phst commented 4 years ago

Dynamic variables always need to be defined before use.

snogge commented 4 years ago

Thank you.