Re: Add integration to gnus-search library, if present

"Roland Winkler" <[email protected]> Wed, 11 Nov 2020 14:23:55 -0600
Newsgroups gmane.emacs.bbdb.user
Message-ID <[email protected]>
On Tue Nov 10 2020 Eric Abrahamsen wrote:
> +(defun bbdb-completion-at-point ()
[snip]
> +
> +(defvar bbdb-completion-at-point-table
> +  (completion-table-dynamic #'bbdb-completion-at-point)

Did you test this? Shouldn't the arg FUNCTION of
completion-table-dynamic be a function taking an argument?