Malabarba / names

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

Silence the byte compiler #30

Closed jabranham closed 6 years ago

jabranham commented 6 years ago

Without this, the byte compiler complains about having the wrong number of arguments since indirect-function changed. But since it's wrapped with ignore-errors and called "properly" later, that doesn't really matter.

Malabarba commented 6 years ago

Merged. Thanks for the help.