]> git.eshelyaron.com Git - emacs.git/commitdiff
Make compat alias check-ispell-version obsolete
authorStefan Kangas <stefan@marxist.se>
Tue, 9 Aug 2022 13:36:13 +0000 (15:36 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 9 Aug 2022 13:36:13 +0000 (15:36 +0200)
* lisp/textmodes/ispell.el (check-ispell-version): Make compat
alias obsolete.

lisp/textmodes/ispell.el

index f85d0aba9cf69036db6caa6f9808cfbbfd30825f..91354940e75924f7f3e8a4ad27514d14dfcc3620 100644 (file)
   "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)
 
 \f