diff options
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r-- | lisp/textmodes/ispell.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index f85d0aba9cf..91354940e75 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -116,8 +116,6 @@ "User variables for Emacs ispell interface." :group 'applications) -(defalias 'check-ispell-version 'ispell-check-version) - (declare-function flyspell-unhighlight-at "flyspell" (pos)) ;;; ********************************************************************** @@ -4230,6 +4228,8 @@ Both should not be used to define a buffer-local dictionary." (insert comment-end))))) (insert (concat " " word)))))))) +(define-obsolete-function-alias 'check-ispell-version #'ispell-check-version "29.1") + (provide 'ispell) |