From e5a9f3371d15a0d0e35178c26caf32f76ff83ade Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 26 Nov 2023 13:23:14 +0200 Subject: [PATCH] ; * lisp/textmodes/ispell.el (ispell-complete-word): Remove FIXME. --- lisp/textmodes/ispell.el | 1 - 1 file changed, 1 deletion(-) 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. -- 2.39.5