projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd5d2b3
)
; * lisp/textmodes/ispell.el (ispell-complete-word): Remove FIXME.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 26 Nov 2023 11:23:14 +0000
(13:23 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 26 Nov 2023 11:23:14 +0000
(13:23 +0200)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 8fdf9a764aa8953103a7c44b13854eafb9eb71d6..4c3b22281bd29d5561a78a880311de223434c9b9 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-3718,7
+3718,6
@@
This command uses a word-list file specified
by `ispell-alternate-dictionary' or by `ispell-complete-word-dict';
if none of those name an existing word-list file, this command
signals an error."
- ;; FIXME: completion-at-point-function.
(interactive "P")
(let ((case-fold-search-val case-fold-search)
(word (ispell-get-word nil "\\*")) ; force "previous-word" processing.