From: Eli Zaretskii Date: Sun, 26 Nov 2023 11:23:14 +0000 (+0200) Subject: ; * lisp/textmodes/ispell.el (ispell-complete-word): Remove FIXME. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5a9f3371d15a0d0e35178c26caf32f76ff83ade;p=emacs.git ; * lisp/textmodes/ispell.el (ispell-complete-word): Remove FIXME. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 8fdf9a764aa..4c3b22281bd 100644 --- 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.