Malabarba / elisp-bug-hunter

Hunt down errors in elisp files.
275 stars 15 forks source link

elisp-completion-at-point is not defined when pressing TAB #17

Closed Wilfred closed 8 years ago

Wilfred commented 8 years ago

To reproduce: M-x bug-hunter-init-file RET a TAB produces in the minibuffer "completion--capf-wrapper: Symbol's function definition is void: elisp-completion-at-point".

Similarly, there's a byte-compile warning about elisp-completion-at-point not being defined.

Looking at the Emacs source code, this was added in 25.1. Earlier Emacsen use lisp-completion-at-point.

Malabarba commented 8 years ago

Cool. Thanks for catching that.