From 6227ea0e592f647025e725649c6ea2df341eec5a Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Wed, 6 Dec 2023 14:41:56 +0100 Subject: [PATCH] ; Remove long annotation for word completion candidates * lisp/textmodes/ispell.el (ispell-completion-at-point): Remove ':annotation-function' from return value. --- lisp/textmodes/ispell.el | 1 - 1 file changed, 1 deletion(-) 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)))))) -- 2.39.5