Fix previous changes
This commit is contained in:
parent
4f9d20a47f
commit
d3138c0091
1 changed files with 2 additions and 1 deletions
|
@ -42,6 +42,7 @@
|
|||
|
||||
(require 'cape)
|
||||
(require 'jinx)
|
||||
(require 'cl-lib)
|
||||
|
||||
;; jinx.el version 0.5 is required
|
||||
(defun cape-jinx-completion-suggest-for-word (word)
|
||||
|
@ -104,7 +105,7 @@ If INTERACTIVE is nil the function acts like a Capf."
|
|||
(cape--cached-table beg end #'cape-jinx-completion--list #'string-search)
|
||||
(not (cape--case-fold-p cape-jinx-completion-case-fold)))
|
||||
:category 'cape-jinx-completion)
|
||||
,@cape--jinx-properties))))
|
||||
,@cape-jinx-completion--properties))))
|
||||
|
||||
;;; cape-jinx-completion.el ends here
|
||||
(provide 'cape-jinx-completion)
|
||||
|
|
Loading…
Reference in a new issue