Malabarba / names

A Namespace implementation for Emacs-Lisp
250 stars 19 forks source link

Require the byte compiler. #1

Closed Wilfred closed 9 years ago

Wilfred commented 9 years ago

I don't know why Emacs doesn't generate a warning about this. However, when trying to use a names project starting with emacs -q, I saw an error as a result of this being missing.

Malabarba commented 9 years ago

I'm even more surprised I didn't run into this error before. On second though, I guess it's hard to get byte-compiler warnings without first requiring the byte-compiler. :-)