projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8a0087
)
; Remove long annotation for word completion candidates
author
Eshel Yaron
<me@eshelyaron.com>
Wed, 6 Dec 2023 13:41:56 +0000
(14:41 +0100)
committer
Dmitry Gutov
<dmitry@gutov.dev>
Wed, 6 Dec 2023 14:17:46 +0000
(16:17 +0200)
* lisp/textmodes/ispell.el (ispell-completion-at-point): Remove
':annotation-function' from return value.
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 4c3b22281bd29d5561a78a880311de223434c9b9..2c38734202655489cc001f4a4d4a21418c665961 100644
(file)
--- 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))))))