From: Eshel Yaron Date: Wed, 6 Dec 2023 13:41:56 +0000 (+0100) Subject: ; Remove long annotation for word completion candidates X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6227ea0e592f647025e725649c6ea2df341eec5a;p=emacs.git ; Remove long annotation for word completion candidates * lisp/textmodes/ispell.el (ispell-completion-at-point): Remove ':annotation-function' from return value. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 4c3b22281bd..2c387342026 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -3699,7 +3699,6 @@ If APPEND is non-nil, don't erase previous debugging output." (setcdr cur (cddr cur))) (setq cur (cdr cur))) (list beg end (cdr all) - :annotation-function (lambda (_) " Dictionary word") :exclusive 'no))))))