From b7b160b4098949d745e7114bd198653d4e72a70d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 9 Aug 2022 20:51:42 +0300 Subject: [PATCH] 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. --- lisp/textmodes/ispell.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5