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.
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
.