diff options
Diffstat (limited to 'cape-keyword.el')
| -rw-r--r-- | cape-keyword.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cape-keyword.el b/cape-keyword.el index ef88845..84409bd 100644 --- a/cape-keyword.el +++ b/cape-keyword.el @@ -402,7 +402,7 @@ See the variable `cape-keyword-list'. If INTERACTIVE is nil the function acts like a capf." (interactive (list t)) (if interactive - (cape--interactive #'cape-keyword) + (cape-interactive #'cape-keyword) (when-let (keywords (cape--keyword-list)) (let ((bounds (cape--bounds 'symbol))) `(,(car bounds) ,(cdr bounds) |
