1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Revert "Make compat alias check-ispell-version obsolete"

This reverts commit 24795e45e5.

That alias is in no way obsolete, and was added for a different
reason.
This commit is contained in:
Eli Zaretskii 2022-08-09 20:51:42 +03:00
parent 2504d19dad
commit b7b160b409

View file

@ -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)