diff options
Diffstat (limited to 'cape.el')
| -rw-r--r-- | cape.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -728,7 +728,7 @@ This feature is experimental." :exit-function (lambda (x _status) (cape--company-call backend 'post-completion - (or (car (member x candidates)) x))))))))) + (or (car (member x candidates)) x)))))))) ;;;###autoload (defun cape-interactive (&rest capfs) |
