]> git.eshelyaron.com Git - emacs.git/commit
(dabbrev-completion): Fix bug#45768
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 7 May 2022 14:21:26 +0000 (10:21 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 7 May 2022 14:21:26 +0000 (10:21 -0400)
commit19d1b9275e7565fb67fd9e0587f08837ba8a3220
tree97d5461fafcd0f8a56754111bc26d991accfca73
parent7e97b33aa62c39111f33a94c487f0a174d06346d
(dabbrev-completion): Fix bug#45768

Make `dabbrev-completion` go through `completion-at-point` so that
it interacts correctly with Icomplete.  Export a new
`completion-capf` function while we're at it, since it can be useful
elsewhere.

* lisp/dabbrev.el (dabbrev-capf): New function,
extracted from `dabbrev-completion`.
(dabbrev-completion): Use it.
etc/NEWS
lisp/dabbrev.el