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:
parent
2504d19dad
commit
b7b160b409
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue