Closed jabranham closed 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.
indirect-function
ignore-errors
Merged. Thanks for the help.
Without this, the byte compiler complains about having the wrong number of arguments since
indirect-function
changed. But since it's wrapped withignore-errors
and called "properly" later, that doesn't really matter.