From: Eli Zaretskii Date: Tue, 9 Aug 2022 17:51:42 +0000 (+0300) Subject: Revert "Make compat alias check-ispell-version obsolete" X-Git-Tag: emacs-29.0.90~1447^2~280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7b160b4098949d745e7114bd198653d4e72a70d;p=emacs.git Revert "Make compat alias check-ispell-version obsolete" This reverts commit 24795e45e5fab6e2f699582662f9be7c5c6e25f8. That alias is in no way obsolete, and was added for a different reason. --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 91354940e75..f85d0aba9cf 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -116,6 +116,8 @@ "User variables for Emacs ispell interface." :group 'applications) +(defalias 'check-ispell-version 'ispell-check-version) + (declare-function flyspell-unhighlight-at "flyspell" (pos)) ;;; ********************************************************************** @@ -4228,8 +4230,6 @@ 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)