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))))))