emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6227ea0e592: ; Remove long annotation for word completion candida


From: Dmitry Gutov
Subject: master 6227ea0e592: ; Remove long annotation for word completion candidates
Date: Wed, 6 Dec 2023 09:18:01 -0500 (EST)

branch: master
commit 6227ea0e592f647025e725649c6ea2df341eec5a
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Dmitry Gutov <dmitry@gutov.dev>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]