branch: externals/aggressive-completion commit dfc6454a63b07b9b5b993d25fe00caa3b643bf36 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Fix broken customize type; release 1.2 --- aggressive-completion.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aggressive-completion.el b/aggressive-completion.el index bf1fe69..e94476e 100644 --- a/aggressive-completion.el +++ b/aggressive-completion.el @@ -6,7 +6,7 @@ ;; Maintainer: Tassilo Horn <t...@gnu.org> ;; Keywords: minibuffer completion ;; Package-Requires: ((emacs "27.1")) -;; Version: 1.1 +;; Version: 1.2 ;; This file is part of GNU Emacs. @@ -71,7 +71,7 @@ If nil, only show the completion help." (defcustom aggressive-completion-auto-complete-commands '( self-insert-command yank) "Commands after which automatic completion is performed." - :type '(repeat command)) + :type '(repeat function)) (defvar aggressive-completion--timer nil)