mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(ispell-looking-back): Update declaration.
This commit is contained in:
parent
55d27f4157
commit
531b12643d
2 changed files with 4 additions and 1 deletions
|
|
@ -202,7 +202,8 @@
|
|||
(unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
|
||||
|
||||
(declare-function ispell-check-minver "ispell" (v1 v2))
|
||||
(declare-function ispell-looking-back "ispell" (regexp &optional limit))
|
||||
(declare-function ispell-looking-back "ispell"
|
||||
(regexp &optional limit &rest ignored))
|
||||
|
||||
(if (fboundp 'version<=)
|
||||
(defalias 'ispell-check-minver 'version<=)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue