Wilfred / elisp-def

Find Emacs Lisp definitions
63 stars 6 forks source link

Don't treat native-compiled functions as built-ins #10

Closed flatwhatson closed 4 years ago

flatwhatson commented 4 years ago

This fixes the problem where elisp-def hunts for a non-existent C source for native-compiled elisp functions. The subr-primitive-p function is added to subr.el in the native-comp branch of emacs.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 54


Changes Missing Coverage Covered Lines Changed/Added Lines %
elisp-def.el 2 3 66.67%
<!-- Total: 2 3 66.67% -->
Totals Coverage Status
Change from base Build 53: -0.2%
Covered Lines: 442
Relevant Lines: 488

💛 - Coveralls
Wilfred commented 4 years ago

Thanks :)

flatwhatson commented 4 years ago

Thank you!!